gridstack / gridstack.js

Build interactive dashboards in minutes.
https://gridstackjs.com
MIT License
6.68k stars 1.28k forks source link

support for multiple drag handles #2709

Closed nickfulcher closed 3 months ago

nickfulcher commented 3 months ago

Description

Currently when options handle is defined it applies event listeners to the first instance that has the handle class. These changes add the events to all elements that has the handle class allowing for multiple drag handles with in a grid item

adumesny commented 3 months ago

fixed your incorrect code... didn't get to test touch devices, hopefully didn't break e.target case....