Skip to content

Commit

Permalink
add: api.utils.ExtraField
Browse files Browse the repository at this point in the history
resolve: #336
  • Loading branch information
windingwind committed Jun 8, 2024
1 parent bb40dae commit b827696
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
dispatchActionByShortcut,
} from "./modules/dispatch";
import { ClipboardHelper } from "zotero-plugin-toolkit/dist/helpers/clipboard";
import { ExtraFieldTool } from "zotero-plugin-toolkit/dist/tools/extraField";
import { getActions, updateAction, deleteAction } from "./utils/actions";

const actionManager = {
Expand All @@ -17,6 +18,7 @@ const actionManager = {

const utils = {
ClipboardHelper,
ExtraField: new ExtraFieldTool(),
};

export default {
Expand Down

0 comments on commit b827696

Please sign in to comment.