0.0.104
This commit is contained in:
@@ -9,7 +9,10 @@ window.onload = function () {
|
||||
|
||||
function funcFocus(){
|
||||
|
||||
document.querySelector(".enter-message-inp").focus()
|
||||
let inp = document.querySelector(".enter-message-inp")
|
||||
if (inp !== null){
|
||||
inp.focus()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user