@pmndrs/pointer-events
Advanced tools
Comparing version 6.4.5 to 6.4.6
@@ -15,2 +15,4 @@ import { Object3D, OrthographicCamera, PerspectiveCamera, Scene } from 'three'; | ||
* if the scene is not rendered on every frame. this option should be disabled so that events are emitted directly without waiting for the next frame | ||
* | ||
* If you are having issues when executing functions that require a user action, e.g., uploading a file through a input element in a safari, please set this to `false`. | ||
*/ | ||
@@ -17,0 +19,0 @@ batchEvents?: boolean; |
@@ -5,3 +5,3 @@ { | ||
"license": "SEE LICENSE IN LICENSE", | ||
"version": "6.4.5", | ||
"version": "6.4.6", | ||
"homepage": "https://github.com/pmndrs/xr", | ||
@@ -8,0 +8,0 @@ "author": "Bela Bohlender", |
103732
2488