Replies: 1 comment 4 replies
-
opt.target._objects contains the objects that are selected. You will see they have transformed position and you have to counter transform them |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can update state when there is just one object being selected, but with multiple selection, I don't know how to continue, because
opt.target
is the transformer.https://codesandbox.io/p/github/jhxxs/fabric-demo/main?import=true&embed=1&showConsole=true&file=%2Fapp%2Fcomponents%2FFabric.tsx
Beta Was this translation helpful? Give feedback.
All reactions