-
Notifications
You must be signed in to change notification settings - Fork 58
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
Inner Blocks - Navigating Upward in the hierarchy #1315
Comments
Linking this comment here since it contains relevant discussion. Especially this part:
Hard to tell before using, I think we can do both and compare as an experiment 🤔 |
Hello 👋 What should be correct order during navigating to the top ? `
` the order of the selections will be: is that correct ? |
Navigating upward is necessary only in case the block has inner blocks, we expect navigating upward would set the focus to the block’s parent. The order would be just: |
Ok, thanks - I will raise an PR soon and let you |
User should be able to navigate upward in the hierarchy.
Please take a look at the prototype to get a sense of how it should behave.
User should be able to navigate upward in the hierarchy by tapping the Up button inside the floating toolbar.
The text was updated successfully, but these errors were encountered: