@coconut-xr/xinteraction
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -70,3 +70,3 @@ /* eslint-disable react/display-name */ | ||
useFrame(() => { | ||
translator.update({}, true, pressedElementsChangedRef.current, ...pressedElementIds); | ||
translator.update({}, true, pressedElementsChangedRef.current || distanceElement != null, ...pressedElementIds); | ||
pressedElementsChangedRef.current = false; | ||
@@ -73,0 +73,0 @@ }); |
{ | ||
"name": "@coconut-xr/xinteraction", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"homepage": "https://coconut-xr.github.io/xinteraction", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE", |
81415