This repository was archived by the owner on Apr 1, 2026. It is now read-only.
1.1.0
### Bug fixes Fixes issue where dragging a draggable node directly below a selected node would move the old selection rather than the target node. A drop that can't fit the dropped content will no longer dispatch an empty transaction. ### New features Transactions generated for drop now have a `"uiEvent"` metadata field holding `"drop"`. Paste and cut transactions get that field set to `"paste"` or `"cut"`.