Leaflet / Path.Drag.js

Add dragging capability to Leaflet paths.
27 stars 14 forks source link

Option to ignore right click #10

Open mfbehrens99 opened 4 months ago

mfbehrens99 commented 4 months ago

It would be super nice to be able to select which mouse button can drag the path. In my application I want to be able to rotate objects with right-click, which results in an interesting behavior when right-clicking into a path. It rotates and moves the path at the same time.