1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-03-30 21:23:45 +03:00

Fix spoiler bug

This commit is contained in:
Lim Chee Aun 2022-12-22 09:02:22 +08:00
parent 6c0aedcd3e
commit 4e60cae42c

View file

@ -378,7 +378,7 @@ function Status({
if (showSpoiler) { if (showSpoiler) {
states.spoilers.delete(id); states.spoilers.delete(id);
} else { } else {
states.spoilers.add(id); states.spoilers.set(id, true);
} }
}} }}
> >