Skip to content

Commit 3dd8a96

Browse files
committed
"Create or toggle" now command shows up in palette again
Fixes #151
1 parent 7c34240 commit 3dd8a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class Commands {
2121
editor: Editor,
2222
view: View,
2323
) => {
24-
createOrEdit(checking, editor, view, this.app);
24+
return createOrEdit(checking, editor, view, this.app);
2525
},
2626
});
2727

0 commit comments

Comments
 (0)