If I do `find<MyView>(Scope()).openModal()`,...
# tornadofx
s
If I do
find<MyView>(Scope()).openModal()
, is it expected to open on the same screen as
currentWindow
?