Skip to content

Commit

Permalink
fix: title page after merging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BhuvaneshPatil committed Sep 12, 2023
1 parent c32e13d commit ee095a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tasks/TaskTitlePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function TaskTitlePage(props) {
ref={(el) => {
if (!el) return;
if (!inputRef.current && didScreenTransitionEnd) {
inputRef.current.focus();
el.focus();
}
inputRef.current = el;
}}
Expand Down

0 comments on commit ee095a7

Please sign in to comment.