Skip to content

Commit

Permalink
Merge branch 'lakhoune/issue160' into releases/2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed May 29, 2023
2 parents 4d1d79e + 5100da3 commit 5b4fbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/es6/canvas_widget/Manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -3055,7 +3055,7 @@ export class AbstractNode extends AbstractEntity {
}),
// minimum size
interact.modifiers.restrictSize({
min: { width: 40, height: 40 },
min: { width: 50, height: 50 },
}),
],
inertia: { enabled: false },
Expand Down

0 comments on commit 5b4fbea

Please sign in to comment.