atomize-element-interface #2

Merged
sashakoshka merged 20 commits from atomize-element-interface into main 2023-01-16 17:24:23 +00:00
Showing only changes of commit 93ab47cdc9 - Show all commits

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()