Skip to content

Commit

Permalink
Fix for moveable and element group resize (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao authored Jul 21, 2023
1 parent aa92dde commit d598ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/layout-editor/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ Viewer.prototype.renderElementContent = function(
element.canRotate = template.canRotate;
$elementContainer.data('canRotate', element.canRotate);

this.updateMoveable(true);
self.moveable.rotatable = element.canRotate;
}

// Render element with template
Expand Down

0 comments on commit d598ede

Please sign in to comment.