When we drag a block that’s already in the editor, we show a drag placeholder for where the block will go. But if we drag the block back over the toolbox, we’re getting ready to delete that block. If you drop the block over the toolbox, we delete the block. This is good.
However, when hovering the block over the toolbox, we still show the drop placeholder in the editor. It looks like dropping it will put it back in the editor, but in fact we delete it. So, we shouldn’t show the placeholder in the editor when hovering over the toolbox.
When we drag a block that’s already in the editor, we show a drag placeholder for where the block will go. But if we drag the block back over the toolbox, we’re getting ready to delete that block. If you drop the block over the toolbox, we delete the block. This is good.
However, when hovering the block over the toolbox, we still show the drop placeholder in the editor. It looks like dropping it will put it back in the editor, but in fact we delete it. So, we shouldn’t show the placeholder in the editor when hovering over the toolbox.