We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling install_screen should add the screen to _install_screens but it should not add it to the DOM.
install_screen
_install_screens
Screens should only be added to the DOM explicitly with push_screen or switch_screen
push_screen
switch_screen
The text was updated successfully, but these errors were encountered:
Don't forget to star the repository!
Follow @textualizeio for Textual updates.
Sorry, something went wrong.
willmcgugan
Successfully merging a pull request may close this issue.
Calling
install_screen
should add the screen to_install_screens
but it should not add it to the DOM.Screens should only be added to the DOM explicitly with
push_screen
orswitch_screen
The text was updated successfully, but these errors were encountered: