You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When writing in the tag field on a fullscreen image, pressing the left or right arrow will switch images, as well as move the cursor in the text field.
To Reproduce
Open in image in fullscreen
Click on the Tags field
Press left or right arrow key
Expected behavior
I expected only the cursor to move, not the image.
Screenshots
When pressing the left and right arrow keys:
ScreenRecorderProject1.mp4
OneFolder version
v1.0.0
Desktop OS
Windows 11
Additional context
I believe this is the input field that is not stopping the propagation of the arrow keys.
Describe the bug
When writing in the tag field on a fullscreen image, pressing the left or right arrow will switch images, as well as move the cursor in the text field.
To Reproduce
Expected behavior
I expected only the cursor to move, not the image.
Screenshots
When pressing the left and right arrow keys:
ScreenRecorderProject1.mp4
OneFolder version
v1.0.0
Desktop OS
Windows 11
Additional context
I believe this is the input field that is not stopping the propagation of the arrow keys.
OneFolder/src/frontend/components/TagSelector.tsx
Line 141 in d9a3cef
The part that triggers the slide movements
OneFolder/src/frontend/containers/ContentView/SlideMode/index.tsx
Line 104 in d9a3cef
The text was updated successfully, but these errors were encountered: