diff --git a/package.json b/package.json index e569650..6a5f0cc 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/modules/reader.ts b/src/modules/reader.ts index 542bbe8..6dbf695 100644 --- a/src/modules/reader.ts +++ b/src/modules/reader.ts @@ -43,7 +43,7 @@ export function registerReaderAnnotationButton() { }, }, ], - enableElementRecord: true, + enableElementRecord: false, }), ); },