Skip to content

Commit b827696

Browse files
committed
add: api.utils.ExtraField
resolve: #336
1 parent bb40dae commit b827696

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
dispatchActionByShortcut,
55
} from "./modules/dispatch";
66
import { ClipboardHelper } from "zotero-plugin-toolkit/dist/helpers/clipboard";
7+
import { ExtraFieldTool } from "zotero-plugin-toolkit/dist/tools/extraField";
78
import { getActions, updateAction, deleteAction } from "./utils/actions";
89

910
const actionManager = {
@@ -17,6 +18,7 @@ const actionManager = {
1718

1819
const utils = {
1920
ClipboardHelper,
21+
ExtraField: new ExtraFieldTool(),
2022
};
2123

2224
export default {

0 commit comments

Comments
 (0)