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#1330
* we now set maxWidth/maxHeight to prevent grid item from resizing past
their size
* fixed code to prevent item from moving left when they reach max width
* added sample test case
Copy file name to clipboardExpand all lines: doc/CHANGES.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ Change log
46
46
## 3.1.0-dev
47
47
48
48
- fix [1419](https://github.com/gridstack/gridstack.js/issues/1419) dragging into a fixed row grid works better (check if it will fit, else try to append, else won't insert)
49
+
- fix [1330](https://github.com/gridstack/gridstack.js/issues/1330)`maxW` does not work as intended with resizable handle `"w"`
0 commit comments