That's a bug for sure, and you're right that it ha...
# tornadofx
e
That's a bug for sure, and you're right that it happens because nothing triggers a list change. However, doing
todos.set(0, todos[0])
works, but it's not elegant. We'll do something else instead, let me check.