Skip to content

Commit

Permalink
Merge pull request #54374 from Krishna2323/krishna2323/issue/53851
Browse files Browse the repository at this point in the history
fix: IOS - Room description input field needs multiple taps before it gets focused.
  • Loading branch information
puneetlath authored Dec 31, 2024
2 parents cf6ea65 + 3facff0 commit e5108a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/RoomDescriptionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function RoomDescriptionPage({report, policies}: RoomDescriptionPageProps) {
return;
}
if (!reportDescriptionInputRef.current) {
updateMultilineInputRange(el);
updateMultilineInputRange(el, false);
}
reportDescriptionInputRef.current = el;
}}
Expand Down

0 comments on commit e5108a1

Please sign in to comment.