We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用分组节点
在初始化后,直接将模拟数据进行render, 此时形成 2节点, 1边, 1分组, 分组包含这两个节点以及边, 此时点击收缩, 两个节点以及其连接线真能正常收缩, 如图1,图2, 此时表现正常与 预期相符 图1 图2
在初始化后,不适用模拟数据, 对下述这两种情况下,点击收缩, 节点能正常隐藏, 边无法正常隐藏, 如图3,图4
正常情况应该是, 边与节点都能正常隐藏 期望两种方式的数据渲染能保持一致
复现链接: https://codesandbox.io/s/pensive-rosalind-6567fk?file=/src/index.js
LogicFlow Version: 1.2.8 -1.2.10 Node Version: 18.16.1 Platform: windows10 windows11 Edge _Chrome
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
问题描述
使用分组节点
在初始化后,直接将模拟数据进行render, 此时形成 2节点, 1边, 1分组, 分组包含这两个节点以及边, 此时点击收缩, 两个节点以及其连接线真能正常收缩, 如图1,图2, 此时表现正常与 预期相符
图1
图2
在初始化后,不适用模拟数据, 对下述这两种情况下,点击收缩, 节点能正常隐藏, 边无法正常隐藏, 如图3,图4
图3
图4
正常情况应该是, 边与节点都能正常隐藏
期望两种方式的数据渲染能保持一致
复现链接: https://codesandbox.io/s/pensive-rosalind-6567fk?file=/src/index.js
Context
LogicFlow Version: 1.2.8 -1.2.10
Node Version: 18.16.1
Platform: windows10 windows11 Edge _Chrome
The text was updated successfully, but these errors were encountered: