mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
typo fix
This commit is contained in:
@@ -668,7 +668,7 @@ class Widget(DOMNode):
|
||||
|
||||
@property
|
||||
def _focus_sort_key(self) -> tuple[int, int]:
|
||||
"""Key function to sort widgets in to tfocus order."""
|
||||
"""Key function to sort widgets in to focus order."""
|
||||
x, y, _, _ = self.virtual_region
|
||||
top, _, _, left = self.styles.margin
|
||||
return y - top, x - left
|
||||
|
||||
Reference in New Issue
Block a user