parent
b8f3c5dcfd
commit
262650dfab
|
|
@ -111,6 +111,9 @@ export function openNotePreview(
|
|||
);
|
||||
}
|
||||
},
|
||||
onDestroy: () => {
|
||||
Zotero.ItemPaneManager.unregisterSection(key || "");
|
||||
},
|
||||
});
|
||||
|
||||
const workspace = getWorkspaceByUID(workspaceUID);
|
||||
|
|
|
|||
Loading…
Reference in New Issue