mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 11:39:59 +05:00
Small fix for history corruption bug
This commit is contained in:
parent
78473cd816
commit
387225b27b
@ -565,6 +565,7 @@ define([
|
||||
isLockedModal.modal = UI.openCustomModal(isLockedModal.content);
|
||||
}
|
||||
myUniqueOOId = undefined;
|
||||
myIndex = undefined;
|
||||
setMyId();
|
||||
|
||||
if (APP.docEditor) { APP.docEditor.destroyEditor(); } // Kill the old editor
|
||||
|
||||
Loading…
Reference in New Issue
Block a user