andreasbm / web-skills

A visual overview of useful skills to learn as a web developer
https://andreasbm.github.io/web-skills/
Other
6.93k stars 652 forks source link

Only capture mouse button 0 for click-and-drag #43

Closed ThoseGrapefruits closed 1 year ago

ThoseGrapefruits commented 3 years ago

Middle mouse click is used to scroll, and should not be captured as a drag event. Right click (or any other mouse button) should not start a drag either.