save on delete
This commit is contained in:
parent
648cc87823
commit
d6dd1bc43c
|
@ -184,6 +184,7 @@ function remove(reaction, ev: MouseEvent) {
|
|||
text: i18n.ts.remove,
|
||||
action: () => {
|
||||
reactions = reactions.filter((x) => x !== reaction);
|
||||
save();
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue