<@U13A9PZC0> Great! By the way, we have an `onChan...
# tornadofx
e
@gtnarg Great! By the way, we have an
onChange
shortcut instead of the addlistener thing, so you can write that last line
textArea.textProperty().onChange { textProperty.setValueFromEditor(it) }
.
👍 1