fix(editor): 🐛 Start block was deletable
This commit is contained in:
@ -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)}
|
||||
|
Reference in New Issue
Block a user