Skip to content

Commit

Permalink
#1844 Broken layout handler and palette open/close in v12.44.0 and hi… (
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlyn authored Apr 8, 2024
1 parent 0d5b201 commit 99e3b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ export default class ObjectModel {
// layout, dimension and supernode binding status info. This uses the redux
// layout information.
setNodeAttributes(node) {
return setNodeAttributesWithLayout(node, this.getNodeLayout(), this.getCanvasLayout());
return setNodeAttributesWithLayout(node, this.getNodeLayout(), this.getCanvasLayout(), this.layoutHandler);
}

// Returns a copy of the comment passed in with position adjusted for
Expand Down

0 comments on commit 99e3b95

Please sign in to comment.