There are some oddities in JavaFX default behavior...
# tornadofx
e
There are some oddities in JavaFX default behavior, and most of the time we don't want to change that, but we could add an option to change it. Like
TableView.clickOutsideDeselects = true
for example