We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8434d50 commit 369e1d2Copy full SHA for 369e1d2
1 file changed
OTRMod.Web/Pages/TextEditor.razor
@@ -639,6 +639,7 @@ else if (!string.IsNullOrEmpty(_archiveLoadError))
639
tabList = new List<TextDataItem>(tabList);
640
StateHasChanged();
641
});
642
+ UpdateGlobalUnsavedFlag();
643
}
644
645
0 commit comments