This commit is contained in:
Sasha Koshka 2023-01-16 12:23:37 -05:00
parent fb0795ec7b
commit 93ab47cdc9
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ func (element *Container) Select () {
element.core.RequestSelection()
}
// FIXME
func (element *Container) HandleSelection (direction tomo.SelectionDirection) (ok bool) {
if !element.selectable { return false }
direction = direction.Canon()