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.
div
1 parent 8f94746 commit 60dbf63Copy full SHA for 60dbf63
frontend/src/lib/text_edit/EditorText.svelte
@@ -46,7 +46,7 @@
46
role="textbox"
47
tabindex="0"
48
class="edit"
49
- contenteditable
+ contenteditable="plaintext-only"
50
bind:innerText={content}
51
onkeyup={onKeyUp}
52
onmouseup={onMoueUp}
frontend/src/lib/text_edit/md/EditorMarkdown.svelte
@@ -157,7 +157,7 @@
157
class="edit font-mono"
158
aria-label={ta.editor.textArea}
159
bind:innerText={markdown}
160
161
spellcheck="false"
162
{onblur}
163
>
0 commit comments