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() {