editor.BlockDropZone filter removed #22618
Labels
Backwards Compatibility
Issues or PRs that impact backwards compatability
[Feature] Drag and Drop
Drag and drop functionality when working with blocks
[Type] Regression
Related to a regression in the latest release
Describe the bug
#19514 converted the old
BlockDropZone
component to a hook (useBlockDropZone
), but seems to have inadvertently removed theeditor.BlockDropZone
filter at the same time.To reproduce
Steps to reproduce the behavior:
editor.BlockDropZone
.Expected behavior
The filter continues to work as before
The text was updated successfully, but these errors were encountered: