fix lint error.

This commit is contained in:
dexter21767-dev 2023-07-03 12:32:45 +01:00
parent 5b0d50a201
commit ddc6619820

View file

@ -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) => {