mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 08:32:33 +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) {
|
||||
states.spoilers.delete(id);
|
||||
} else {
|
||||
states.spoilers.add(id);
|
||||
states.spoilers.set(id, true);
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue