You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix#1581
* set draggabble to actual div handle rather than entire item so content can also respond to dragging.
* no longer need to have mousedown to check for clikc on actual drag area...
Copy file name to clipboardExpand all lines: doc/CHANGES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Change log
51
51
- fix [1571](https://github.com/gridstack/gridstack.js/issues/1571) don't allow drop when grid is full
52
52
- fix [1570](https://github.com/gridstack/gridstack.js/issues/1570) easier to drag out/in from below
53
53
- fix [1579](https://github.com/gridstack/gridstack.js/issues/1579)`cellHeight()` not updating CSS correctly
54
+
- fix [1581](https://github.com/gridstack/gridstack.js/issues/1581) H5 draggable by actual div handle rather than entire item (let content respond to drag as well)
0 commit comments