mirror of
https://github.com/xpipe-io/xpipe.git
synced 2025-04-19 02:33:39 +00:00
Fix double struc creation
This commit is contained in:
parent
e0bdf3f52d
commit
72a5c67aab
2 changed files with 2 additions and 4 deletions
|
@ -92,8 +92,7 @@ public class StoreSectionComp extends StoreSectionBaseComp {
|
|||
var hbox = ((HBox) struc.get().getChildren().getFirst());
|
||||
addPseudoClassListeners(struc.get(), section.getWrapper().getExpanded());
|
||||
addVisibilityListeners(struc.get(), hbox);
|
||||
})
|
||||
.createStructure();
|
||||
});
|
||||
return full.createStructure();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -85,8 +85,7 @@ public class StoreSectionMiniComp extends StoreSectionBaseComp {
|
|||
var hbox = ((HBox) struc.get().getChildren().getFirst());
|
||||
addVisibilityListeners(struc.get(), hbox);
|
||||
}
|
||||
})
|
||||
.createStructure();
|
||||
});
|
||||
return full.createStructure();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue