zhouna 5 лет назад
Родитель
Сommit
1a3627b12e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/components/Login.vue

+ 2 - 2
src/components/Login.vue

@@ -103,10 +103,10 @@ export default {
     blur() {
       if(MobileDevice.getModels().join(' or ').indexOf('6') == -1){
         document.activeElement.scrollIntoView({behavior: "smooth", block: "end"});
-        document.activeElement.scrollIntoViewIfNeeded(true);
+        /*document.activeElement.scrollIntoViewIfNeeded(true);
         setTimeout(() => {
           document.activeElement.scrollIntoViewIfNeeded(true);
-        }, 300);
+        }, 300);*/
       }
     },
     changeName() {