We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0151349 commit 8d09e7cCopy full SHA for 8d09e7c
packages/obsidian/src/cm6/Cm6_ViewPlugin.ts
@@ -33,7 +33,6 @@ export function createMarkdownRenderChildWidgetEditorPlugin(plugin: MetaBindPlug
33
// check if the click was inside an input field
34
while (parent !== null) {
35
if (parent.classList.contains('mb-input')) {
36
- e.preventDefault();
37
e.stopPropagation();
38
break;
39
}
0 commit comments