CB
CB
@LinusBorg I'm sorry, I don't quite understand what `get() trap` means. I just want to express whether we should separate the size change from the value change, such as the...
[https://github.com/didi/LogicFlow/issues/1576](https://github.com/didi/LogicFlow/issues/1576) 已经修复了吧?
I also found this problem, it should be the same problem [https://github.com/didi/LogicFlow/issues/1949](https://github.com/didi/LogicFlow/issues/1949) DynamicGroup's parent movement is handled internally by `onDragging()` The movement of DynamicGroup's children is handled by `MOUSEMOVE's dx...
初始化状态为isCollapsed=true时,没有正确初始化折叠状态?
oh...失误=_=刚刚提交的@wbccbchore(extension): 【dynamic-group】删除无用的注释代码  又引发另一个eslint报错,我修复下
 "我这边把 dynamicGroup example 中 group_1 的 isCollapsed 设置为 true,初始化之后,分组没有自动合起来"是因为上面截图的原因 @boyongjiong 例子可能得优化下,用的还是旧的Group 需要我把这个代码也提交上去吗?
改变宽高如果是手动模式的话,那么可能很类似的场景就是`packages/core/src/view/Control.tsx`相关`drag`事件,在拖拽结束的时候,会触发 ```ts // 由于将拖拽放大缩小改成丝滑模式,这个时候需要再拖拽结束的时候,将节点的位置更新到 grid 上。 onDragEnd = () => { const x = this.nodeModel.x const y = this.nodeModel.y this.nodeModel.moveTo(x, y) // 先触发 onDragging() -> 更新边 -> 再触发用户自定义的 getDefaultAnchor(),所以 onDragging()...
按照提交记录来看,logicflow/extension 2.0.9应该也有问题才对,logicflow/extension 2.0.9没问题吗?