Skip to content

Commit 05e90f7

Browse files
authored
Merge pull request #5 from takker99/main
`Scrapbox.PopupMenu` is always available
2 parents 659e6f6 + 5d935e4 commit 05e90f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapbox.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export type Scrapbox =
217217
pages: PageBrief[];
218218
};
219219
TimeStamp: TimeStamp;
220-
PopupMenu?: {
220+
PopupMenu: {
221221
addButton: (
222222
props: {
223223
title: string | ((selectedText: string) => string);

0 commit comments

Comments
 (0)