Ensure button is focused when starting to edit text

This commit is contained in:
Andrew Kingston 2021-11-16 13:22:31 +00:00
parent ce75b8c9a7
commit 5021f3df47
1 changed files with 1 additions and 1 deletions

View File

@ -35,9 +35,9 @@
{disabled}
use:styleable={$component.styles}
on:click={onClick}
class:editing={$component.editing}
contenteditable={$component.editing}
on:blur={$component.editing ? updateText : null}
bind:this={node}
>
{componentText}
</button>