Disallow rich text in the ssb compose box.

This commit is contained in:
2024-07-22 14:42:37 -04:00
parent 3ebc6f2436
commit b53bf0ff64
2 changed files with 2 additions and 2 deletions

View File

@ -538,7 +538,7 @@ class TfComposeElement extends LitElement {
id="edit"
@input=${this.input}
@paste=${this.paste}
contenteditable
contenteditable="plaintext-only"
.innerText=${live(draft.text ?? '')}
></span>
</div>