Skip to content

Commit

Permalink
Update dnd.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HeatonZ authored and boyongjiong committed Oct 19, 2024
1 parent d074e64 commit 4951343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/view/behavior/dnd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class Dnd {
this.lf.setNodeSnapLine(nodeData)
this.lf.graphModel.eventCenter.emit(EventType.NODE_DND_DRAG, {
data: nodeData,
e
e,
})
}
return false
Expand Down

0 comments on commit 4951343

Please sign in to comment.