Skip to content

Commit

Permalink
fix: getZotero
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Oct 2, 2024
1 parent 39dd386 commit 819ac3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export class BasicTool {
if (typeof Zotero !== "undefined") {
return Zotero;
}
const { _Zotero } = ChromeUtils.importESModule(
const { Zotero: _Zotero } = ChromeUtils.importESModule(
"chrome://zotero/content/zotero.mjs"
);
return _Zotero;
Expand Down

1 comment on commit 819ac3d

@volatile-static
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

发个minor版吧

Please sign in to comment.