Skip to content

Commit

Permalink
fix(editor): ♿️ Trap block title focus
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed May 11, 2022
1 parent 2b56f83 commit 46f5d5d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,11 @@ export const BlockNode = ({ block, blockIndex }: Props) => {
px="1"
userSelect={'none'}
/>
<EditableInput minW="0" px="1" />
<EditableInput
minW="0"
px="1"
onMouseDown={(e) => e.stopPropagation()}
/>
</Editable>
{typebot && (
<StepNodesList
Expand Down

4 comments on commit 46f5d5d

@vercel
Copy link

@vercel vercel bot commented on 46f5d5d May 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 46f5d5d May 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 46f5d5d May 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-git-main-typebot-io.vercel.app
app.typebot.io
builder-v2-typebot-io.vercel.app

Please sign in to comment.