<@U14ECM2KV> The best way to close the InternalWin...
# tornadofx
e
@ron The best way to close the InternalWindow from something shown within it right now is
findParentOfType(InternalWindow::class)?.close()