-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
fix(web): memory viewer arrow navigation #19400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Which browser are you using? |
|
I'm using Google Chrome, I can only reproduce this on Windows, Version 137.0.7151.120 (Stable) |
|
Deploying preview environment to https://pr-19400.preview.internal.immich.cloud/ |
|
Can someone reproduce this issue to validate the fix, or should I dig into it more? |
|
I can still reproduce this on v1.136.0! |
jrasm91
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you leave these shortcuts there all the time and see if simply changing preventDefault: true for ArrowLeft and ArrowRight fixes the issue for you?
|
@jrasm91 setting |
caaa09b to
cf798ff
Compare
* fix(web): memory viewer jumps down on arrow keys * fix pnpm lockfile --------- Co-authored-by: Jason Rasmussen <[email protected]>
Description
On v1.135 an issue appeared in the memory viewer that would cause the page to jump to the end when navigating using the arrow keys. This fixes it.
Video demo:
immich.memories.bug.mp4