simplify cache key

This commit is contained in:
Will McGugan
2022-11-18 17:54:51 +00:00
parent bd2197ee80
commit 8485ec6122

View File

@@ -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),
)