remove the invisible box for hack

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-08 13:49:18 -06:00
parent 281925f727
commit b822af60b2
1 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@ func (parent *Node) NewGroup(name string) *Node {
// by default, always pad groups // by default, always pad groups
newNode.Pad() newNode.Pad()
newBox := newNode.NewBox("defaultGroupBox", false) // newBox := newNode.NewBox("defaultGroupBox", false)
return newBox return newNode
} }