[fix:] wiki preview reloading after saving changes
This commit is contained in:
@@ -35,7 +35,7 @@ public partial class EditorWindow : Window
|
||||
try
|
||||
{
|
||||
File.WriteAllText(filename, TbContent.Text);
|
||||
MainWindow._instance.PopulateNavTree();
|
||||
MainWindow._instance.PopulateNavTree(filename, filename);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user