You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to communicate effectively, we have a certain format requirement for the issue, your issue is automatically closed because there is no recurring step or reproducible warehouse, and will be REOPEN after the offer.
问题描述
我最近在使用antv-x6中的群组(自动扩展收缩节点),在先画好流程图再序列化保存后,通过反序列化恢复之前的流程图,但是在移动父子节点的父节点时报了上述错误,界面无响应,里面子节点没有受影响
重现链接
--
重现步骤
1.自定义一个节点采用(Graph.registerNode('flow-chart-animate-nest',{inherit: 'rect',})(zIndex=1)
2. 将节点添加到Stencil graph.createNode({shape: 'flow-chart-animate-nest'}) this.stencil.load([c1], 'combination')
3. 进入页面
4. 从Stencil 先拖动一个zindex为1的的节点作为父节点
5. 再拖一个zindex为100的节点作为子节点
6. 拖拖子节点进入父节点内
7. 调整子节点的位置
8. 使用toJson序列化进行保存
9. 通过fromJSON反序列化渲染页面
10. 页面显示正常,拖动子节点没问题
11. 拖动整个父子节点,拖动过程中无问题,拖动完毕后控制台报错,页面卡死
12. 大部分尝试是有问题的,小部分时候拖动后没有问题
预期行为
急迫希望能解决这个问题!!!
平台
屏幕截图或视频(可选)
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: