ok
This commit is contained in:
parent
bb8e22cf93
commit
a2e44ed0e8
1 changed files with 1 additions and 1 deletions
|
@ -1360,7 +1360,7 @@ const app = new Vue({
|
|||
app.prevButtonBackIndicator = true;
|
||||
try{clearTimeout(app.pauseButtonTimer)} catch (e){ }
|
||||
app.mk.seekToTime(0);
|
||||
app.pauseButtonTimer = setTimeout(app.prevButtonBackIndicator = false,3000);
|
||||
app.pauseButtonTimer = setTimeout(() => {app.prevButtonBackIndicator = false},3000);
|
||||
} else {
|
||||
try{clearTimeout(app.pauseButtonTimer)} catch (e){ }
|
||||
app.prevButtonBackIndicator = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue