mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 03:01:45 +00:00
Merge pull request #1247 from Stremio/fix/spacebar-click-hold-behaviour
Player: Fix spacebar hold recognision
This commit is contained in:
commit
607826388a
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