diff --git a/src/stores/Annotation/Annotation.js b/src/stores/Annotation/Annotation.js index 257ab5aae..a1303dcf8 100644 --- a/src/stores/Annotation/Annotation.js +++ b/src/stores/Annotation/Annotation.js @@ -726,6 +726,7 @@ export const Annotation = types beforeDestroy() { self.autosave && self.autosave.cancel && self.autosave.cancel(); + hotkeys.unbindAll(); }, setDraftId(id) {