DEV: Remove unused code (#34322)

This commit is contained in:
Jarek Radosz
2025-08-14 16:21:46 +02:00
committed by GitHub
parent 93f0f5ce54
commit 41acf4eace
6 changed files with 6 additions and 17 deletions
@@ -519,7 +519,6 @@ export default class ChatComposer extends Component {
textarea,
hashtagAutocompleteOptions(
this.site.hashtag_configurations["chat-composer"],
this.siteSettings,
{
fixedTextareaPosition: true,
treatAsTextarea: true,
@@ -223,7 +223,7 @@ export default class AiBotConversations extends Component {
// You can change this to "chat-composer" if that's more appropriate
const hashtagConfig = this.site.hashtag_configurations["topic-composer"];
setupHashtagAutocomplete(hashtagConfig, $textarea, this.siteSettings, {
setupHashtagAutocomplete(hashtagConfig, $textarea, {
treatAsTextarea: true,
afterComplete: (text) => {
this.textarea.value = text;