ZTao-z
ZTao-z
### 🤔 这个 PR 的性质是? - [ ] 日常 bug 修复 - [x] 新特性提交 - [ ] 文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [ ] CI/CD...
### Describe the bug 开启drag-combo,通过拖动combo内的空白区域调整combo位置,鼠标松开后没有触发shouldEnd ### Your Example Website or App https://g6.antv.vision/zh/examples/interaction/combo/#rect ### Steps to Reproduce the Bug or Issue 1. 官网demo可复现,测试代码如下: ```js { type: 'drag-combo', enableDelegate: false, shouldEnd(e) {...
### Describe the bug / 问题描述 树图首次渲染时,clear函数应该传入avoidEmit=true,避免触发 ’afterrender‘ 事件 ### Reproduction link / 重现链接 _No response_ ### Steps to Reproduce the Bug or Issue / 重现步骤 _No response_ ### G6...