fix(editor): ♿️ Trap block title focus
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user