<@U13A9PZC0> You could do `myView.whenUndocked { }...
# tornadofx
e
@gtnarg You could do
myView.whenUndocked { }
, but that won't release the listener once the view is undocked (same problem as your existing solution, but you could have changed to
onChangeOnce
). Maybe we need
whenUndockedOnce
?