Gavin.Wyf

Results 2 issues of Gavin.Wyf

### 功能描述 getDragNode getDropNode 支持异步函数 ``` getDropNode: async (draggingNode: Node, options: Addon.Dnd.GetDropNodeOptions) => { const dropNode = await onNodeDrop(draggingNode, graph, extraOptions); return dropNode ? dropNode : draggingNode.clone(); } ``` ###...

type: feature 新功能

if set maxSize, drag error. https://codepen.io/gavinwyf/pen/abEPwmZ