mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 16:31:46 +03:00
Fix spoiler bug
This commit is contained in:
parent
6c0aedcd3e
commit
4e60cae42c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue