We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9637418 commit 61b02beCopy full SHA for 61b02be
packages/design-system/src/components/primitives/numeric-gesture-control.ts
@@ -450,10 +450,6 @@ const requestPointerLock = (
450
state.pointerCaptureRequested = true;
451
requestPointerLockSafe(targetNode)
452
.then(() => {
453
- if (targetNode.hasPointerCapture(pointerId)) {
454
- targetNode.releasePointerCapture(pointerId);
455
- }
456
-
457
state.pointerCaptureRequested = false;
458
const cursorNode =
459
(targetNode.ownerDocument.querySelector(
0 commit comments