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 start with canvas.board.groups.attach(shapes, groupName) and it works OK!
Then, I used canvas.on(["selection:transform", "selection:dragmove"], () => {}) as a events handler...
And the situation is: selection:transform ----> it works when I transform shapes groups :) selection:dragmove----> it doesn't work when I'm dragging shapes groups or something like that :(
Can anyone look at this pls? Thanks
The text was updated successfully, but these errors were encountered:
Let me try ;)
I start with
canvas.board.groups.attach(shapes, groupName)
and it works OK!Then, I used
canvas.on(["selection:transform", "selection:dragmove"], () => {})
as a events handler...And the situation is:
selection:transform
----> it works when I transform shapes groups :)selection:dragmove
----> it doesn't work when I'm dragging shapes groups or something like that :(Can anyone look at this pls? Thanks
The text was updated successfully, but these errors were encountered: