You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to use drag and drop on the navigation block that we use on the navigation screen to reorder items. However the challenge is that on the navigation screen the toolbar of the block is always fixed, so currently there isn't anything to drag from.
So far we've had three ideas to help this work:
Enable hovered when dragging as a state that shows sub-menus
Add the dragging chip functionality to the toolbar of the navigation item
Any block that has that __experimentalCaptureToolbars setting has it's drag handle out of the visual context of the block that will be dragged. One result of this is the chip is offset.
There is no clear way on how to drop something in an area that is hidden. This seems to require a separate issue as it looks like a bigger standalone problem to be solved for all editor instances.
We need to be able to use drag and drop on the navigation block that we use on the navigation screen to reorder items. However the challenge is that on the navigation screen the toolbar of the block is always fixed, so currently there isn't anything to drag from.
So far we've had three ideas to help this work:
The text was updated successfully, but these errors were encountered: