react-postprocessing
react-postprocessing copied to clipboard
Exclude something from a selection
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>