Skip to content

Commit 9e731d6

Browse files
committed
🐛 Scrapbox.PopupMenu is always avairable
1 parent 4c3fef0 commit 9e731d6

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
@@ -15,7 +15,7 @@ export type Scrapbox =
1515
pages: PageBrief[];
1616
};
1717
TimeStamp: TimeStamp;
18-
PopupMenu?: {
18+
PopupMenu: {
1919
addButton: (
2020
props: {
2121
title: string | ((selectedText: string) => string);

0 commit comments

Comments
 (0)