focus on the additional_text textarea. see #525

This commit is contained in:
mic 2026-02-12 22:49:30 +01:00
parent 12206f0557
commit 0740d94c79

View file

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