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
The drag event is detected, but upon dropping, the block order does not update, and the blocks remain in their original position.
The expected behavior is that the block order should change based on the drop position.
Interestingly, if the block is dropped outside the editor, the drop event works as expected. However, when the block is dropped within the editor, it fails to update the block order.
To Reproduce
You can observe this issue in BlockNote examples as well. For instance, the issue can be replicated in this example
dnd.mp4
Misc
Node version: v16.14.2
Package manager: pnpm
Browser: Chrome 129
The text was updated successfully, but these errors were encountered:
Describe the bug
The drag event is detected, but upon dropping, the block order does not update, and the blocks remain in their original position.
The expected behavior is that the block order should change based on the drop position.
Interestingly, if the block is dropped outside the editor, the drop event works as expected. However, when the block is dropped within the editor, it fails to update the block order.
To Reproduce
You can observe this issue in BlockNote examples as well. For instance, the issue can be replicated in this example
dnd.mp4
Misc
The text was updated successfully, but these errors were encountered: