fix: reader annotation icon memory leakage
This commit is contained in:
parent
722dc6ced8
commit
753f4e8e9c
|
|
@ -58,7 +58,7 @@
|
|||
"unist-util-visit": "^5.0.0",
|
||||
"unist-util-visit-parents": "^6.0.1",
|
||||
"yamljs": "^0.3.0",
|
||||
"zotero-plugin-toolkit": "^2.3.22"
|
||||
"zotero-plugin-toolkit": "^2.3.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ export function registerReaderAnnotationButton() {
|
|||
},
|
||||
},
|
||||
],
|
||||
enableElementRecord: true,
|
||||
enableElementRecord: false,
|
||||
}),
|
||||
);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue