removing line after working fix

real-world-meshing
Fabien Benetou 3 months ago
parent b886795a91
commit 9b43e60500
  1. 1
      jxr-core.js

@ -176,7 +176,6 @@ AFRAME.registerComponent('pinchprimary', { // currently only 1 hand, the right o
}
if (selectedElement){
let content = selectedElement.getAttribute("value")
console.log('emitted released event that somehow does NOT get cought anymore') // broken since 1.6, emitting works but does not seem to be caught
selectedElement.emit('released', {element:selectedElement, timestamp:Date.now(), primary:true})
}
// unselect current target if any

Loading…
Cancel
Save