Also making sure that `Node.findParentOfType` can ...
# tornadofx
e
Also making sure that
Node.findParentOfType
can find parent UIComponents as well as Node instances. Very handy in nested View situations where the parent might be a Fragment, so you can't do find<FragmentType> to find actual parent instance.