Skip to content

Commit 8d09e7c

Browse files
committed
potential fix for #339
1 parent 0151349 commit 8d09e7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/obsidian/src/cm6/Cm6_ViewPlugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export function createMarkdownRenderChildWidgetEditorPlugin(plugin: MetaBindPlug
3333
// check if the click was inside an input field
3434
while (parent !== null) {
3535
if (parent.classList.contains('mb-input')) {
36-
e.preventDefault();
3736
e.stopPropagation();
3837
break;
3938
}

0 commit comments

Comments
 (0)