Skip to content

Commit fbe410a

Browse files
committed
Fix
1 parent 59ff319 commit fbe410a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/design-system/src/components/primitives/numeric-gesture-control.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ type NumericScrubState = {
8282
direction: NumericScrubDirection;
8383
status: "idle" | "scrubbing";
8484
/**
85-
* On windows it's possible that requestPointerLock is already called,
86-
* but document.pointerLockElement is not updated yet.
85+
* On Windows, requestPointerLock might already be called,
86+
* but document.pointerLockElement may not have been updated yet.
8787
*/
8888
pointerCaptureRequested: boolean;
8989
};

0 commit comments

Comments
 (0)