diff --git a/src/app/sidebar/aichat.tsx b/src/app/sidebar/aichat.tsx index 6eddb6c1..4923171a 100644 --- a/src/app/sidebar/aichat.tsx +++ b/src/app/sidebar/aichat.tsx @@ -207,6 +207,7 @@ class AIChat extends React.Component<{}, {}> { } // Adjust the height of the textarea to fit the text + @boundMethod onTextAreaChange(e: any) { // Calculate the bounding height of the text area const textAreaMaxLines = 4;