Skip to content

Commit cfd98f8

Browse files
authored
fix:missing preventDefault call in MetaPanel (#91)
1 parent 58aa7b2 commit cfd98f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/panels/meta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function getMeta(stack: Stack, item: Item, content: Content): MetaValue[] {
2828
value: (
2929
<a
3030
onClick={(e) => {
31-
e.preventDefault;
31+
e.preventDefault();
3232
invoke("store_new_note", {
3333
stackId: null,
3434
content: item.id,

0 commit comments

Comments
 (0)