mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
save on delete
This commit is contained in:
parent
f8e57968b5
commit
d3a6e31415
@ -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
Block a user