save on delete

This commit is contained in:
ThatOneCalculator 2023-07-11 19:24:24 -07:00
parent 648cc87823
commit d6dd1bc43c
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -184,6 +184,7 @@ function remove(reaction, ev: MouseEvent) {
text: i18n.ts.remove,
action: () => {
reactions = reactions.filter((x) => x !== reaction);
save();
},
},
],