akorajac
akorajac
it doesn't seem possible the default should be set to index automatically tbh..
any update on this?
Same issue, here is my work around for the `click`. First adding `touchstart` event listener to the canvas: ``` const orbitCtrl = this.$refs.renderer.three.orbitCtrl; orbitCtrl.domElement.addEventListener("touchstart", this.onTouchDown); ``` Then getting the mouse...
you have the `preselectFirst` prop or set your v-model to the value you want.