Skip to content

Commit 59ff319

Browse files
committed
Remove comment
1 parent 61b02be commit 59ff319

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export const numericScrubControl = (
214214
if (!(event instanceof PointerEvent)) {
215215
return;
216216
}
217+
217218
const { type } = event;
218219

219220
switch (type) {
@@ -404,8 +405,6 @@ export const numericScrubControl = (
404405

405406
const requestPointerLockSafe = async (targetNode: HTMLElement | SVGElement) => {
406407
try {
407-
// await targetNode.requestPointerLock();
408-
409408
return await targetNode.requestPointerLock({
410409
unadjustedMovement: true,
411410
});

0 commit comments

Comments
 (0)