marcospont / agnostic-draggable

An agnostic set of libraries implementing draggable, droppable, sortable and resizable behaviors inspired by the jQuery UI implementation
MIT License
39 stars 7 forks source link

Solved right click after you drag something #16

Closed andreiciobanica closed 1 year ago

andreiciobanica commented 1 year ago

what the title says

line 133 in sensor/mouse-sensor.js -> document.removeEventListener('contextmenu', preventDefault, true);

marcospont commented 1 year ago

This issue was fixed by 7b5ff98f5d37c19640d1bf7f9b104f0f6465210c.