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 775faab commit db2d7d7Copy full SHA for db2d7d7
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