-
Notifications
You must be signed in to change notification settings - Fork 20
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
Presentation should respect schema groups and fieldsets #1644
Comments
Some additional context:
|
This seems to be an upstream bug in the core related to the form expand operations necessary to focus a given path. I've got a fix in the works that seems to work for both groups and fieldsets, just needs some more testing, but hoping I can land it early next week. |
The fix has been merged into core so should make its way into the next studio release: sanity-io/sanity#7154 |
🙌🏻🙌🏻 Thanks @rdunk |
Describe the bug
When clicking an Overlay, Presentations correctly navigates to the right Document. But it doesn't seem to understand 'groups'.
The correct field won't be highlighted until changing the active group to the right one.
To Reproduce
Steps to reproduce the behavior:
Set up a document schema with groups and use presentations to navigate between the two fields:
Expected behavior
Presentations should be able to set the right active group.
The text was updated successfully, but these errors were encountered: