fix: 修复数据ID

This commit is contained in:
baizn 2020-04-21 16:28:06 +08:00
parent eb76f84315
commit d5e5fce5de

View File

@ -109,10 +109,10 @@ export default () => {
};
/**
* GxZeEGkky88xKxq1r22[]
* node2节
*/
const handleHideNode = () => {
const node = graph.current.findById('GxZeEGkky88xKxq1r22');
const node = graph.current.findById('node2');
collapsePrev(node);
};