fixed move & rotate tweens + mapping to child OK

This commit is contained in:
STEINNI
2025-10-01 19:09:54 +00:00
parent 7a50311fcd
commit b5b76d51cc
20 changed files with 196 additions and 74 deletions
+1
View File
@@ -107,6 +107,7 @@ class myUser extends app.LoadedClasses.User {
} else if(!jsonresp.payload.authenticated){
document.querySelector('div.loginerr').classList.remove('show')
document.getElementById('login-dialog').classList.add('show')
document.querySelector('input[name="username"]').focus()
document.getElementById('login-dialog').addEventListener('keyup',(event)=>{
if(event.key=='Enter') this.launchLogin(callBack)
})