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