fix(onNodeDragStop): nodes are set to dragging=false
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
## 12.0.0-next.28
|
||||
|
||||
- add `paneDistanceClick` prop (max distance between mousedown/up that will trigger a click)
|
||||
- returned nodes in `onNodeDragStop` are set to `dragging=false`
|
||||
|
||||
## 12.0.0-next.27
|
||||
|
||||
|
||||
@@ -134,7 +134,6 @@ const createStore = ({
|
||||
const changes = [];
|
||||
|
||||
for (const [id, dragItem] of nodeDragItems) {
|
||||
// @todo add expandParent to drag item so that we can get rid of the look up here
|
||||
const change: NodeChange = {
|
||||
id,
|
||||
type: 'position',
|
||||
|
||||
Reference in New Issue
Block a user