mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Check that controller still exists before showing (#452)
* Check that controller still exists before showing
This commit is contained in:

committed by
Ilya Grigorik

parent
a159fa4013
commit
4b112362f4
@@ -415,7 +415,9 @@
|
|||||||
if (e && !(targetController == controller)) {
|
if (e && !(targetController == controller)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if(controller){
|
||||||
showController(controller);
|
showController(controller);
|
||||||
|
}
|
||||||
|
|
||||||
if (!v.classList.contains('vsc-cancelled')) {
|
if (!v.classList.contains('vsc-cancelled')) {
|
||||||
if (action === 'rewind') {
|
if (action === 'rewind') {
|
||||||
|
Reference in New Issue
Block a user