mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 20:59:15 +08:00
fix group bug
This commit is contained in:
parent
0a7b830f16
commit
0f984407dd
@ -202,7 +202,7 @@ describe('signle layer group', () => {
|
||||
expect(nodeGroup.get('hasHidden')).to.be.false;
|
||||
});
|
||||
|
||||
it.only('collapseGroup / expandGroup', () => {
|
||||
it('collapseGroup / expandGroup', () => {
|
||||
const nodes = graph.getNodes();
|
||||
const groupNodes = nodes.filter(node => {
|
||||
const model = node.getModel();
|
||||
|
Loading…
Reference in New Issue
Block a user