pmndrs / drei

🥉 useful helpers for react-three-fiber
https://drei.pmnd.rs/
MIT License
7.85k stars 641 forks source link

fix: PivotControls - preventDefault onContext & react only on button=0 clicks #1932

Open romankoho opened 2 months ago

romankoho commented 2 months ago

Why

closes #1926

What

call preventDefault onContext and operate controls only with button 0 (left mouse button)

Checklist

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
drei ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 5:23am
codesandbox-ci[bot] commented 2 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

romankoho commented 2 months ago

@drcmda any opinion on this MR and the linked issue?