Skip to content

Update() on resizeHandles of item is not working #1842

Closed
@matheusbenedet

Description

@matheusbenedet

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions