You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application window title does NOT show a "changed" indicator (*)
Close application window
Dialog box appears: "There are unsaved changes. Are you sure you want to continue? Your changes will be lost"
If I save the document immediately after opening it, I don't get the message. In general, the handling of the "changed" state seems to work correctly after the first save.
The text was updated successfully, but these errors were encountered:
On start, markright initialises with :text and :saved-text as the same value (nothing or the opened content). Upon open / close, markright compares both of them and then displays the dialog if necessary. If nothing has changed then it should still match nothing to nothing and close without asking.
On start, markright initialises with :text and :saved-text as the same value
(nothing or the opened content). Upon open / close, markright compares both of
them and then displays the dialog if necessary. If nothing has changed then it
should still match nothing to nothing and close without asking.
I'll try to reproduce this.
—
Reply to this email directly or view it on GitHub #30 (comment) .
Repro (on Windows 10)
*
)If I save the document immediately after opening it, I don't get the message. In general, the handling of the "changed" state seems to work correctly after the first save.
The text was updated successfully, but these errors were encountered: