|
@@ -1421,11 +1421,11 @@ namespace FurnaceUI.Views.Recipes
|
|
if (a.FullPath == prefixPath)
|
|
if (a.FullPath == prefixPath)
|
|
{
|
|
{
|
|
a.IsSelected = true;
|
|
a.IsSelected = true;
|
|
|
|
+ CurrentFileNode = a;
|
|
RecipeFileList = a.Files.ToList();
|
|
RecipeFileList = a.Files.ToList();
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
});
|
|
- CurrentFileNode = null;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
public void ReloadRecipe()
|
|
public void ReloadRecipe()
|