1
0
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:
Antonio Laguna
2017-04-19 16:34:13 +02:00
parent 8e723b2854
commit 54b03963da

View File

@@ -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;
}