<@U0F3291QE> if you're looking at code this week, ...
# tornadofx
c
@edvin if you're looking at code this week, can you review the snippet below? I'm trying to work with an event-driven framework and am converting your classic Person example. This example adds Create and Delete and decouples the bindSelected so that a more deliberate action -- a double-click -- prepares the righthandside form for editing. I had expected to see the ItemViewModel item updated when I executed commit() during the Save button action. Although the individual properties are updated in the ItemViewModel, the item isn't. I verified that rebindOnChange() was called and that the commit() appeared to be working.