Skip to content

Commit 658732b

Browse files
committed
Higher debounce time that actually works this time
1 parent ee66c27 commit 658732b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/communityScripts/contextMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const CLICK_FUNC_CHANNEL = "org.overte.context-menu.click";
2929
const ACTIONS_CHANNEL = "org.overte.context-menu.actions";
3030
const MAIN_CHANNEL = "org.overte.context-menu";
3131

32-
const DEBOUNCE_THRESHOLD_MS = 50;
32+
const DEBOUNCE_THRESHOLD_MS = 250;
3333

3434
const SENSOR_TO_WORLD_MATRIX_INDEX = 65534;
3535
const CAMERA_MATRIX_INDEX = 65529;

0 commit comments

Comments
 (0)