Skip to content

Commit

Permalink
fix input height on load
Browse files Browse the repository at this point in the history
  • Loading branch information
adred committed May 15, 2024
1 parent f201feb commit 5075407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/sidebar/aichat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ class ChatSidebar extends React.Component<{}, {}> {
this.sidebarRef.current.addEventListener("click", this.handleSidebarClick);
}
this.requestChatUpdate();
this.onTextAreaChange(null);
}

componentWillUnmount() {
Expand Down

0 comments on commit 5075407

Please sign in to comment.