focus on the additional_text textarea. see #525
This commit is contained in:
parent
12206f0557
commit
0740d94c79
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue