InsertAfterEvent、InsertBeforeEvent、AppendNodeEvent事件 #4278
Unanswered
wangchenyi1996
asked this question in
Q&A [2.x]
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
InsertAfterEvent: 节点后插入
InsertBeforeEvent:节点前插入
AppendNodeEvent: 追加子节点
这几个事件正常的拖拽新增没有问题, 如果是上下拖动也会触发这2个事件InsertAfterEvent、InsertBeforeEvent,

如何区分到底是新增还是上下拖动呢。下方图可能更清楚些
Beta Was this translation helpful? Give feedback.
All reactions