mirror of
https://gitee.com/antv/g6.git
synced 2024-12-01 03:08:33 +08:00
fix: 修复数据ID
This commit is contained in:
parent
eb76f84315
commit
d5e5fce5de
@ -109,10 +109,10 @@ export default () => {
|
||||
};
|
||||
|
||||
/**
|
||||
* 模拟折叠GxZeEGkky88xKxq1r22[工厂输出表]节点
|
||||
* 模拟折叠node2节点
|
||||
*/
|
||||
const handleHideNode = () => {
|
||||
const node = graph.current.findById('GxZeEGkky88xKxq1r22');
|
||||
const node = graph.current.findById('node2');
|
||||
collapsePrev(node);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user