Join Slack
Powered by
<@U13A9PZC0> You could do `myView.whenUndocked { }...
# tornadofx
e
edvin
06/16/2018, 11:20 AM
@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
?
Open in Slack
Previous
Next