Added autofocus on note title (#783)
This commit is contained in:
@ -146,6 +146,7 @@ export function CommentThread({
|
|||||||
<CommentThreadActionBar commentThreadId={commentThread?.id ?? ''} />
|
<CommentThreadActionBar commentThreadId={commentThread?.id ?? ''} />
|
||||||
</StyledTopActionsContainer>
|
</StyledTopActionsContainer>
|
||||||
<StyledEditableTitleInput
|
<StyledEditableTitleInput
|
||||||
|
autoFocus
|
||||||
placeholder={`${commentThread.type} title (optional)`}
|
placeholder={`${commentThread.type} title (optional)`}
|
||||||
onChange={(event) => {
|
onChange={(event) => {
|
||||||
setHasUserManuallySetTitle(true);
|
setHasUserManuallySetTitle(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user