pull/739/head
Brendan Bosman 1 year ago
parent 3c48cde752
commit f8b257a85d

@ -49,7 +49,7 @@ type Flex struct {
// background before any items are drawn, set it to a box with the desired
// color:
//
// flex.Box = NewBox()
// flex.Box = NewBox()
func NewFlex() *Flex {
f := &Flex{
direction: FlexColumn,
@ -237,7 +237,6 @@ func (f *Flex) MouseHandler() func(action MouseAction, event *tcell.EventMouse,
return
}
}
return
})
}

Loading…
Cancel
Save