From 0740d94c796e789b5c68fbbdf8005d29fd134074 Mon Sep 17 00:00:00 2001 From: mic Date: Thu, 12 Feb 2026 22:49:30 +0100 Subject: [PATCH] focus on the additional_text textarea. see #525 --- api_webchat/messageInput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_webchat/messageInput.js b/api_webchat/messageInput.js index aebc2584..2907174f 100644 --- a/api_webchat/messageInput.js +++ b/api_webchat/messageInput.js @@ -342,8 +342,8 @@ class MessageInput extends HTMLElement { this._customTextArray.push({ placeholder: "{%additional_text%}", info: "" }); } this._currentCustomTextIndex = 0; - this._renderCustomTextStep(); this._customText.style.display = 'block'; + this._renderCustomTextStep(); } _renderCustomTextStep() {