-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Inspector: make next-sibling
work over atoms
#219
Comments
Does this mean navigating over a list of atoms, or an atom of list? |
atom of list |
I just checked, this already works with the current sibling implementation on master. |
Awesome! Then it would be a matter of making sure there are specific tests for it |
Just in case – this is not fully fixed yet. It works if the list inside atom was bigger than page size, so we rendered a collapsed value that the user first clicked, then clicked one of the items, then started prev/nexting it. But if we rendered an expanded list on the Atom view, and the user clicked from there, then prev/next doesn't work. Fixing this requires rethinking path construction yet again. This is in my backlog. |
It currently only works over sequential things - not atoms wrapping those.
The text was updated successfully, but these errors were encountered: