-
Notifications
You must be signed in to change notification settings - Fork 292
Add horizontal scrolling to the Components tree #2679
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
base: main
Are you sure you want to change the base?
Conversation
8008995 to
45f144d
Compare
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.
very close, one very very very minor change. Happy to merge without fixing it tbh
45f144d to
97062bf
Compare
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.
thank you 🎉
97062bf to
080acfc
Compare
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.
I tested the built package and it looks like we introduced a bug 😞 now when you have selected a component, as you hover over other components in the tree it will "jump" you back to the left-right scroll position of the selected component.
I was on a call with @pichfl when I discovered this and he saw the behaviour so I won't provide a video but I can if we need to 👍
|
I've updated my code. It does the job, but I'm not convinced of the usefulness of this feature. |
Description
Closes #2614