Closed
Description
Subject of the issue
resizeHandles of item is not working
Your environment
"gridstack": "^4.2.6",
"jquery": "^3.5.1",
Firefox: 91.0.2
Steps to reproduce
`grid.on('dropped', function(event, previousWidget, newWidget) {
setTimeout(function () {
grid.update(newWidget.el, {resizeHandles: "e,w"});
}, 200);
});`
Expected behavior
If i put another item option works, but resizeHandles not work.
Actual behavior
the resizes continues the default.