my absolute terrible fix to the unhide issue
This commit is contained in:
parent
79f546d150
commit
6998cae7e3
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ function performSeek() {
|
|||
|
||||
function toggleVisible() {
|
||||
hide.value = !hide.value;
|
||||
stop(true);
|
||||
setTimeout(() => { stop(hide.value); }, 100);
|
||||
}
|
||||
|
||||
function display() {
|
||||
|
|
Loading…
Reference in a new issue