Would it make sense to allow a `Lazy<Parent>...
# tornadofx
h
Would it make sense to allow a
Lazy<Parent>
for
View#root
property? When I put the
root
property before one of the `ObservableList`s (that are used by a
TableView
in the
root
hierarchy, then
list
in
tableview(list)
will be
null
. Maybe I messed too much with the variable references.