Skip to content

How enable multi-selection for sub-targets of Group #10068

Discussion options

You must be logged in to vote

I achieved this by overriding this method.

Canvas.prototype.collectObjects = function ({ left, top, width, height }, { includeIntersecting = true } = {}) {
    const objects: FabricObject[] = [];
    //...
    return objects;
}

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@mikayelcreativefabrica
Comment options

@mikayelcreativefabrica
Comment options

Comment options

You must be logged in to vote
2 replies
@mikayelcreativefabrica
Comment options

@asturur
Comment options

Answer selected by mikayelcreativefabrica
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants