Fix ssb draft discard.

This commit is contained in:
2024-04-28 11:23:28 -04:00
parent 48d6bf4c15
commit 4733ce9287
3 changed files with 1 additions and 7 deletions

View File

@ -233,11 +233,6 @@ class TfComposeElement extends LitElement {
}
discard() {
let edit = this.renderRoot.getElementById('edit');
edit.innerText = '';
this.input();
let preview = this.renderRoot.getElementById('preview');
preview.innerHTML = '';
this.notify(undefined);
}