Track the inUndoState

This commit is contained in:
the-djmaze 2023-12-05 16:18:17 +01:00
parent 7e2cc69a23
commit 5d6fb0c705
2 changed files with 5 additions and 4 deletions

View file

@ -619,6 +619,7 @@ class SquireUI
// Move cursor above signature
div.before(br);
div.before(br.cloneNode());
// squire._docWasChanged();
}
this._prev_txt_sig = signature;
} catch (e) {