Tresjs / tres

Declarative ThreeJS using Vue Components
https://tresjs.org
MIT License
2.17k stars 102 forks source link

fix: Pointer Leave and Out events not being called #716

Closed garrlker closed 4 months ago

garrlker commented 4 months ago

This change fixes an oversight where we were not using the previous intersection event data for an @pointer-leave/@pointer-out events

That meant when we fired either of those events, typically it was with an empty intersections array, and the events would never get propagated to the object that needed it.

Now they do, and this PR should fix #713

netlify[bot] commented 4 months ago

Deploy Preview for tresjs-docs ready!

Name Link
Latest commit 5368d0b7f9a518373cc38a114a54c36720d290ee
Latest deploy log https://app.netlify.com/sites/tresjs-docs/deploys/665cafeefac32b00086c6855
Deploy Preview https://deploy-preview-716--tresjs-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.