2
0

fix(editor): 🐛 Start block was deletable

This commit is contained in:
Baptiste Arnaud
2022-02-25 08:15:30 +01:00
parent 4bb5a57f69
commit 8533bb92a8
2 changed files with 4 additions and 5 deletions

View File

@ -119,7 +119,7 @@ export const StepNodesList = ({
<Stack
spacing={1}
transition="none"
pointerEvents={isReadOnly ? 'none' : 'auto'}
pointerEvents={isReadOnly || isStartBlock ? 'none' : 'auto'}
>
<Flex
ref={handlePushElementRef(0)}