fix: reader annotation icon memory leakage

This commit is contained in:
windingwind 2024-03-08 21:20:51 +08:00
parent 722dc6ced8
commit 753f4e8e9c
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -43,7 +43,7 @@ export function registerReaderAnnotationButton() {
},
},
],
enableElementRecord: true,
enableElementRecord: false,
}),
);
},