-
Notifications
You must be signed in to change notification settings - Fork 815
New issue
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
Footer in ModalScreen lists ignored App keybindings #4517
Comments
I made a patch that fixes the Footer (main...twrightsman:textual:main), but haven't yet run the test suite. There is probably a better way to do this; maybe just iterating over |
3 tasks
Fixed in 0.61 |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I add a
Footer
to aModalScreen
it lists the screen's keybindings as well as the App's keybindings, even though the App's keybindings are disabled. I would expect only the ModalScreen's keybindings to be displayed?Here is a diff to
modal02.py
that shows this:The text was updated successfully, but these errors were encountered: