I know `find()` puts the fragment into the `Scope`...
# tornadofx
g
I know
find()
puts the fragment into the
Scope
of the component
find()
was called in. Not sure if that's also how the Fragment gets its
Scope
passed down. It might just walk up its parents until it finds a valid
Scope
if you don't specify one when calling
find()
, if that's the case then not much difference.