This commit is contained in:
Kovid Goyal 2026-03-02 11:09:52 +05:30
parent 68d1a336fe
commit bc66878821
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -245,9 +245,9 @@ class NeighborsMap(TypedDict, total=False):
class WindowResizeDragData(NamedTuple):
horizontal_id: int | None = None
height_increases_downwards: bool = True
vertical_id: int | None = None
width_increases_rightwards: bool = True
vertical_id: int | None = None
height_increases_downwards: bool = True
class WindowResizeDrag(NamedTuple):