mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Currently, in the various TreeNode messages, and the handlers you'd write to handle them, there's no way to easily know *which* tree sent the message and so which tree the node belongs to. This commit adds public access to the tree reference to the nodes, so that in an event handler the developer can check the tree involved in the event. See #2413.