save on delete
This commit is contained in:
parent
f8e57968b5
commit
d3a6e31415
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ function remove(reaction, ev: MouseEvent) {
|
|||
text: i18n.ts.remove,
|
||||
action: () => {
|
||||
reactions = reactions.filter((x) => x !== reaction);
|
||||
save();
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue