mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-20 04:22:51 +09: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