(editor) Actions on multiple groups

You can now select groups, move, copy, delete them easily

Closes #830, closes #1092
This commit is contained in:
Baptiste Arnaud
2024-01-23 10:31:31 +01:00
parent 8ec3916471
commit 2c20e96a81
32 changed files with 1043 additions and 282 deletions

View File

@@ -212,6 +212,7 @@ export const BlockNode = ({
data-testid={`block ${block.id}`}
w="full"
className="prevent-group-drag"
pointerEvents={isReadOnly ? 'none' : 'auto'}
>
<HStack
flex="1"