mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 01:22:11 +00:00
fix lint error.
This commit is contained in:
parent
5b0d50a201
commit
ddc6619820
1 changed files with 1 additions and 2 deletions
|
|
@ -14,8 +14,7 @@ const Button = React.forwardRef(({ className, href, disabled, children, onLongPr
|
|||
}
|
||||
}, 650); // an artifact of previous menus staying on the screen will happen on Safari if the timeout was set to 600 and less, and 650 for PWA.
|
||||
};
|
||||
const onTouchEnd = function (event) {
|
||||
//event.preventDefault();
|
||||
const onTouchEnd = function () {
|
||||
clearTimeout(pressTimer);
|
||||
};
|
||||
const onKeyDown = React.useCallback((event) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue