Expose before/after in drag and drop experience #54952
Open
Description
opened on Sep 30, 2023
We currently rely a bit too much on the ellipsis menu for precisely inserting a block before or after another block. This is not the most intuitive flow, since you need some time to become acquainted with the interface to discover it. Most users would tend to search for a block and try to drag it into place. They would generally fail to position the dragged object since we only use the sibling inserter.
Let's explore exposing the before/after hooks when dragging over any block so that we can improve awareness of this functionality. These hooks already exist, so it's a pity they are absent from the drag and drop experience. I think this could drastically improve the reliability of the editor.
Activity