j
заблуждение так заблуждение
Size: a a a
j
DM
P
DM
DM
OJ
if (event.keyCode == 8) {
return checkAllInputsNotHasFocus() && moveCaretToInput() && event.preventDefault()
}
///////////////////
function moveCaretToInput() {
const input = document.querySelector('input')
input.focus()
}
PC
PC
P
if (event.keyCode == 8) {
return checkAllInputsNotHasFocus() && moveCaretToInput() && event.preventDefault()
}
///////////////////
function moveCaretToInput() {
const input = document.querySelector('input')
input.focus()
}
P
OJ
P
OE
P
OE
P
OE
P
OE