Disallow rich text in the ssb compose box.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 6m13s

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>