We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When I use the keyboard shortcut to switch between components opt + up/down arrow I see two bugs:
opt + up/down arrow
To Reproduce 1 Steps to reproduce the behavior:
next
opt + down arrow
To Reproduce 2
opt + up arrow
Expected behavior For the sidebar to keep track of the currently selected component and for the scroll position not to jump around.
Video https://www.loom.com/share/34a79ff8ca2345289abcfbda15fa4cdd
The text was updated successfully, but these errors were encountered:
w00t!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.1.0-rc.2 containing PR #13097 that references this issue. Upgrade today to the @next NPM tag to try it out!
@next
npx sb upgrade --prerelease
Closing this issue. Please re-open if you think there's still more to do.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When I use the keyboard shortcut to switch between components
opt + up/down arrow
I see two bugs:To Reproduce 1
Steps to reproduce the behavior:
next
hereopt + down arrow
to navigate through componentsopt + down arrow
(you have to do this for 10+ components to see the bug)To Reproduce 2
next
hereopt + down arrow
to navigate through a few components then pressopt + up arrow
to navigate back upExpected behavior
For the sidebar to keep track of the currently selected component and for the scroll position not to jump around.
Video
https://www.loom.com/share/34a79ff8ca2345289abcfbda15fa4cdd
The text was updated successfully, but these errors were encountered: