[ENG-1148] Fix inputs (#1389)

Fix inputs
This commit is contained in:
ameer2468 2023-09-27 15:43:40 +03:00 committed by GitHub
parent bee583e836
commit 7b8919dd95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,6 @@ export const NavigationButtons = () => {
useEffect(() => {
const onMouseDown = (e: MouseEvent) => {
e.preventDefault();
e.stopPropagation();
if (e.buttons === 8) {
if (idx === 0 || isFocused) return;