You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if the expected behavior is as intuitive as it sounds. Should a multiselect not be movable if one item is locked but another isn't or should it be movable because one item isn't?
You could try adding this to enforce multiselects can't move:
fabric.ActiveSelection.ownDefaults = {
...fabric.ActiveSelection.ownDefaults,
lockMovementX: true,
lockMovementY: true
};
CheckList
Version
5.3.0
In What environments are you experiencing the problem?
Chrome
Node Version (if applicable)
None
Link To Reproduction
https://codesandbox.io/p/devbox/fabric-vanillajs-sandbox-forked-v7yt9f
Steps To Reproduce
Expected Behavior
After multiple selections, you can’t move it
Actual Behavior
After multiple selections, you can move it
Error Message & Stack Trace
No response
The text was updated successfully, but these errors were encountered: