ソースを参照

同步TIN subRecipe past功能bug修复

jiangjy 1 ヶ月 前
コミット
e9df2e2c39
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      Furnace/FurnaceUI/Views/Recipes/RecipeTableSelectDialogViewModel.cs

+ 1 - 0
Furnace/FurnaceUI/Views/Recipes/RecipeTableSelectDialogViewModel.cs

@@ -71,6 +71,7 @@ namespace FurnaceUI.Views.Recipes
             if (_copyTable != null)
             {
                 var table = Tables[SelectedIndex];
+                if (table == _copyTable) return;
                 table.Name = _copyTable.Name;
                 table.EndStatus = _copyTable.EndStatus;
                 table.Steps.Clear();