AM
Size: a a a
AM
I
DZ
I
I
DZ
V
И
ДО
function moveCaretToInput() {
const input = getInput()
input.focus() // Не фокусируется
function getInput() {
const inputElement = document.querySelector('input[type="text"]')
// Элемент находит
if (!inputElement) {
logger("NOT FOUND INPUT")
}
return inputElement
}
}
NN
function moveCaretToInput() {
const input = getInput()
input.focus() // Не фокусируется
function getInput() {
const inputElement = document.querySelector('input[type="text"]')
// Элемент находит
if (!inputElement) {
logger("NOT FOUND INPUT")
}
return inputElement
}
}
NN
NN
Л
SD
YS
W
#
#
#
꧁岡