[fix:] wiki preview reloading after saving changes

This commit is contained in:
2026-05-19 09:44:14 +02:00
parent 605ba95848
commit 1161a437c4
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -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)
{