plyr: fix seeking
parent
478f884a21
commit
8a0da69276
|
@ -78,7 +78,7 @@ class VideoContentSetup {
|
|||
origEvent.clientX,
|
||||
origEvent.clientY
|
||||
);
|
||||
if (elems.some((el) => el.classList.contains("vjs-control-bar"))) {
|
||||
if (elems.some((el) => el.classList.contains("plyr__controls"))) {
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue