react-postprocessing icon indicating copy to clipboard operation
react-postprocessing copied to clipboard

Exclude something from a selection

Open Bossieh opened this issue 3 years ago • 0 comments

Hey, first of all thanks for this awesome library, saved me a lot of time already :+1:

Is there any way to exclude something from a <Selection>?

This for example does not seem to work:

<Selection>
    <Select enabled={true}>
        // apply selection all child elements
        <Select enabled={false}>
            // except for those child elements
        </Select>
    </Select>
</Selection>

Bossieh avatar Oct 13 '22 07:10 Bossieh