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 :(
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