mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-26 06:24:28 +02:00
Pausing after seek
This commit is contained in:
@@ -92,6 +92,7 @@ class Player {
|
||||
// Restoring the current time if saved
|
||||
if (this.currentTime) {
|
||||
this.player.seekTo(this.currentTime, true);
|
||||
this.player.pauseVideo();
|
||||
this.currentTime = null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user