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 ee66c27 commit 658732bCopy full SHA for 658732b
1 file changed
scripts/communityScripts/contextMenu.js
@@ -29,7 +29,7 @@ const CLICK_FUNC_CHANNEL = "org.overte.context-menu.click";
29
const ACTIONS_CHANNEL = "org.overte.context-menu.actions";
30
const MAIN_CHANNEL = "org.overte.context-menu";
31
32
-const DEBOUNCE_THRESHOLD_MS = 50;
+const DEBOUNCE_THRESHOLD_MS = 250;
33
34
const SENSOR_TO_WORLD_MATRIX_INDEX = 65534;
35
const CAMERA_MATRIX_INDEX = 65529;
0 commit comments