Skip to content

Commit 0995415

Browse files
Auto-focus incomplete action names (#409)
1 parent 8fe1dc0 commit 0995415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/GestureNameGridItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ const GestureNameGridItem = ({
109109
)}
110110
</HStack>
111111
<Input
112+
autoFocus={name.length === 0}
112113
isTruncated
113114
readOnly={readOnly}
114115
value={name}

0 commit comments

Comments
 (0)