Skip to content

Commit

Permalink
Merge pull request #39686 from nkdengineer/fix/39193
Browse files Browse the repository at this point in the history
  • Loading branch information
blimpich authored Apr 15, 2024
2 parents 217b67b + 4e7878f commit 2d19c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/workspace/WorkspaceProfileDescriptionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ function WorkspaceProfileDescriptionPage({policy}: Props) {
autoFocus
onChangeText={setDescription}
autoGrowHeight
isMarkdownEnabled
ref={(el: BaseTextInputRef | null): void => {
updateMultilineInputRange(el);
}}
Expand Down

0 comments on commit 2d19c95

Please sign in to comment.