I removed the `rebind()` function, but I just noti...
# tornadofx
e
I removed the
rebind()
function, but I just noticed another issue. If you have multiple source objects in your ViewModel and have connected listeners through
rebindOnChange()
, all changes would be rolled back, independent of which source object you changed.