Textualize / textual

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
https://textual.textualize.io/
MIT License
25.2k stars 773 forks source link

Make tab active when a widget in a pane is focused #4599

Closed willmcgugan closed 4 months ago

willmcgugan commented 4 months ago

Fixes https://github.com/Textualize/textual/issues/4593

It was satisfying how straightforward this was to implement :)

TomJGooding commented 4 months ago

You beat me to it!

willmcgugan commented 4 months ago

You beat me to it!

It was a joint effort! Used your MRE as a snapshot.