mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
remove trailing tab space
This commit is contained in:
parent
d130a0de0a
commit
a14a1b8798
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
video.setProp('playbackSpeed',2.00);
|
||||
}, 500);
|
||||
}, [video]);
|
||||
|
||||
|
||||
const onVideoMouseUp = React.useCallback((event) => {
|
||||
clearTimeout(MlbHoldTimerRef.current);
|
||||
if (isMlbHeld.current){
|
||||
|
|
|
|||
Loading…
Reference in a new issue