MainWindow
and Container
exhibit assymetric behavior on .close()
#685
Labels
bug
Something isn't working
Describe the bug
First of all, I apologize if this is indeed the intended behavior.
When calling
close
onMainWindow
andContainer
I am getting different outcomes.Container
closes the UI element and exits the context, whileMainWindow
closes the inner element but not the OS window.To Reproduce
Expected behavior
The
close
behavior to be symmetric. Otherwise, is there an intended alternative to close the context fromMainWindow
?Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: