mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-346: Simply resume playback if seek operation is canceled.
This commit is contained in:
@@ -179,10 +179,9 @@
|
||||
recording.pause();
|
||||
};
|
||||
|
||||
// Cancel seek operation when cancel button is clicked
|
||||
// Resume playback when cancel button is clicked
|
||||
cancelSeek.onclick = function cancelSeekOperation(e) {
|
||||
player.className = 'paused';
|
||||
recording.pause();
|
||||
recording.play();
|
||||
e.stopPropagation();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user