mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
simplify cache key
This commit is contained in:
@@ -592,8 +592,6 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
|
||||
is_hover,
|
||||
width,
|
||||
self._updates,
|
||||
y == self.hover_line,
|
||||
y == self.cursor_line,
|
||||
self.has_focus,
|
||||
tuple(node._updates for node in line.path),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user