mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-04 18:21:59 +03:00
Added autofocus on note title (#783)
This commit is contained in:
parent
6562c1527b
commit
066b4854d9
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user