2
0

fix(editor): ️ Trap block title focus

This commit is contained in:
Baptiste Arnaud
2022-05-11 06:39:51 -07:00
parent 2b56f83d43
commit 46f5d5df91

View File

@ -150,7 +150,11 @@ export const BlockNode = ({ block, blockIndex }: Props) => {
px="1" px="1"
userSelect={'none'} userSelect={'none'}
/> />
<EditableInput minW="0" px="1" /> <EditableInput
minW="0"
px="1"
onMouseDown={(e) => e.stopPropagation()}
/>
</Editable> </Editable>
{typebot && ( {typebot && (
<StepNodesList <StepNodesList