ssb: Fix removing a mention discarding a draft.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m39s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m39s
This commit is contained in:
parent
5bba5776b3
commit
a8bba324ca
@ -1,5 +1,5 @@
|
||||
{
|
||||
"type": "tildefriends-app",
|
||||
"emoji": "🦀",
|
||||
"previous": "&XHioN0J0rvGR7c0jWUfyH3U49Elj+p8R2r/dRn4iAoM=.sha256"
|
||||
"previous": "&bOxvDG3eea4JQU+BddiS5bmAsaEZHqZdVpzpGJJxEn8=.sha256"
|
||||
}
|
||||
|
@ -359,7 +359,7 @@ class TfComposeElement extends LitElement {
|
||||
remove_mention(id) {
|
||||
let draft = this.get_draft();
|
||||
delete draft.mentions[id];
|
||||
setTimeout(() => this.notify(), 0);
|
||||
setTimeout(() => this.notify(draft), 0);
|
||||
}
|
||||
|
||||
render_mention(mention) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user