@@ -1668,6 +1668,7 @@ namespace FurnaceUI.Views.Recipes
item.StepNo += 1;
}
+ IndexNoDefault = foundIndex + 1;
this.CurrentRecipe.Steps.Insert(foundIndex + 1, tempStep);
selectStep = CurrentRecipe.Steps[foundIndex + 1];