Skip to content

Commit f8cf72a

Browse files
seabeeberryseabeeberry
authored andcommitted
Removed the mention of Nightly from the comment to avoid confusion for Safari specific bug
1 parent 8d0b750 commit f8cf72a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/widgets/inputs/NumberInput.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
e.preventDefault();
317317
318318
// Get the event target and set the requestPointerLock immediately
319-
// Safari and Firefox Nightly require requestPointerLock() to be called directly inside the pointerdown handler instead of later in beginDrag().
319+
// Safari seems to require requestPointerLock() to be called directly inside the pointerdown handler instead of later in beginDrag().
320320
const target = e.target || undefined;
321321
if (!(target instanceof HTMLElement)) return;
322322

0 commit comments

Comments
 (0)