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