Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 7cf22df

Browse files
committed
yay clean again
1 parent f44e61c commit 7cf22df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

assets/javascripts/discourse/controllers/discourse-ai-bot-conversations.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ import { service } from "@ember/service";
55
export default class DiscourseAiBotConversations extends Controller {
66
@service aiBotConversationsHiddenSubmit;
77

8-
sidebarEnabled = true;
9-
showSidebar = true;
10-
textareaInteractor = null;
8+
textarea = null;
119

1210
@action
1311
updateInputValue(event) {
12+
this._autoExpandTextarea();
1413
this.aiBotConversationsHiddenSubmit.inputValue = event.target.value;
1514
}
1615

0 commit comments

Comments
 (0)