<@U14ECM2KV> You also need to be careful with chan...
# tornadofx
e
@ron You also need to be careful with changing the instance of
controller.allentries
. You bind torwards this list in several listeners, but you change the whole instance when you load a new file. You should consider using a
SimpleListProperty
instead.