fix(client): 環境に依っては返信する際のカーソル位置が正しくない問題を修正
This commit is contained in:
@ -342,6 +342,7 @@ function addTag(tag: string) {
|
||||
|
||||
function focus() {
|
||||
textareaEl.focus();
|
||||
textareaEl.setSelectionRange(textareaEl.value.length, textareaEl.value.length);
|
||||
}
|
||||
|
||||
function chooseFileFrom(ev) {
|
||||
|
Reference in New Issue
Block a user