Skip to content

Commit

Permalink
Resizing Elements is unpredictable
Browse files Browse the repository at this point in the history
Fixes #160
  • Loading branch information
lakhoune committed May 29, 2023
1 parent 4d1d79e commit 5100da3
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 5100da3

Please sign in to comment.