If I do the `find<MyView().openWindow()?.reques...
# tornadofx
s
If I do the
find<MyView().openWindow()?.requestFocus()
twice from two other scopes, the 2nd call focuses the same window. But the origin one tied to the
App
behaves differently somehow.