|
@@ -1284,10 +1284,7 @@ namespace FurnaceUI.Views.Editors.ELK
|
|
|
|
|
|
|
|
public void StepClick(string cmd)
|
|
public void StepClick(string cmd)
|
|
|
{
|
|
{
|
|
|
- if (!DialogBox.Confirm($"Are you sure {cmd}!"))
|
|
|
|
|
- {
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+
|
|
|
bool isChangedStep = false;
|
|
bool isChangedStep = false;
|
|
|
|
|
|
|
|
switch (cmd)
|
|
switch (cmd)
|