fix: #637
This commit is contained in:
parent
cfd3cf7669
commit
409b6d0218
|
|
@ -261,6 +261,7 @@ export async function initEditorToolbar(editor: Zotero.EditorInstance) {
|
|||
onClickMenu(ev);
|
||||
}
|
||||
});
|
||||
editor._iframeWindow.document.addEventListener("click", onExitMenu);
|
||||
}
|
||||
|
||||
// Export
|
||||
|
|
|
|||
Loading…
Reference in New Issue