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 have a request for you, about object selection in the canvas. When I apply a group selection, I would like to apply the selection on the element only if it's entirely in the selection rectangle, not when it's only a part of it. I saw in the code the function _collectObject which permits to select the objects. I solved my request when I removed the two conditions intersectsWithRect and containsPoint. Is there a solution to solve my problem without modify the source code or a possible feature to do that ?
Thanks you for your help.
The text was updated successfully, but these errors were encountered:
Hello,
I have a request for you, about object selection in the canvas. When I apply a group selection, I would like to apply the selection on the element only if it's entirely in the selection rectangle, not when it's only a part of it. I saw in the code the function
_collectObject
which permits to select the objects. I solved my request when I removed the two conditionsintersectsWithRect
andcontainsPoint
. Is there a solution to solve my problem without modify the source code or a possible feature to do that ?Thanks you for your help.
The text was updated successfully, but these errors were encountered: