Skip to content

Commit

Permalink
reinstate diagram node resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden authored Feb 13, 2025
2 parents 9fe3655 + 5d0f0e0 commit 0194e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td.vue/src/service/x6/graph/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const getEditGraph = (container, ctor = Graph) => {
maxWidth: Number.MAX_SAFE_INTEGER, // probably needs a more sane value
maxHeight: Number.MAX_SAFE_INTEGER, // same goes for this
orthogonal: true,
preserveAspectRatio: true,
preserveAspectRatio: false,
restrict: false
},
rotating: true
Expand Down

0 comments on commit 0194e18

Please sign in to comment.