That would require you to double click it though. ...
# tornadofx
e
That would require you to double click it though. To react on single click you would do
onUserSelect(clickCount = 1) { edit(it) }
👍 1