mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 07:11:48 +00:00
fix: spacebar hold recognision
This commit is contained in:
parent
17f0ee0f62
commit
b249f27143
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
const longPress = React.useRef(false);
|
||||
const controlBarRef = React.useRef(null);
|
||||
|
||||
const HOLD_DELAY = 200;
|
||||
const HOLD_DELAY = 400;
|
||||
|
||||
const handleNextVideoNavigation = React.useCallback((deepLinks, bingeWatching, ended) => {
|
||||
if (ended) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue