Skip to content

Commit

Permalink
fix: 修复 node:dnd-drag 事件的类型检查问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangeSuger authored and boyongjiong committed Oct 22, 2024
1 parent f74b47c commit 4334960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/event/eventArgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ interface NodeEventArgs {
/**
* 拖拽外部拖入节点
*/
'node:dnd-drag': NodeEventArgsPick<'data'>
'node:dnd-drag': NodeEventArgsPick<'data' | 'e'>
/**
* 开始拖拽节点
*/
Expand Down

0 comments on commit 4334960

Please sign in to comment.