Use a model and inject in both views to avoid havi...
# tornadofx
e
Use a model and inject in both views to avoid having hard link between the views, and no need for that pesky
singleAssign
. I also made sure the show/hide buttons are only visible when they make sense 🙂
🔝 1
g
Nice!