diff --git a/src/App.vue b/src/App.vue index d8a02a7..2f46f83 100644 --- a/src/App.vue +++ b/src/App.vue @@ -86,7 +86,7 @@ const blurAllInputs = () => { } onMounted(async () => { - blurAllInputs() + // setTimeout(async () => { // if (!userStore.isAuthorized) await router.push(`/login?back=${route.path}`) // }, 1000) @@ -102,7 +102,7 @@ onMounted(async () => { }); document.addEventListener('focusin', handleFocusIn) document.addEventListener('focusout', handleFocusOut) - + blurAllInputs() if (tgApp.initData) { try { tgApp.expand?.();