diff --git a/posimai-sc/index.html b/posimai-sc/index.html index 54c6769e..547e936f 100644 --- a/posimai-sc/index.html +++ b/posimai-sc/index.html @@ -826,7 +826,7 @@ header{display:flex;align-items:center;justify-content:space-between;padding:0 1 戻る - diff --git a/posimai-sc/js/app.js b/posimai-sc/js/app.js index 06478fd0..fc0fe1a7 100644 --- a/posimai-sc/js/app.js +++ b/posimai-sc/js/app.js @@ -824,18 +824,9 @@ document.addEventListener('alpine:init', () => { this.$nextTick(()=>{ if(window.lucide) lucide.createIcons(); }); }, finishStepMode(){ - if(document.activeElement && typeof document.activeElement.blur === 'function'){ - document.activeElement.blur(); - } this.stepMode=false; this.$nextTick(()=>{ if(window.lucide) lucide.createIcons(); - requestAnimationFrame(()=>{ - requestAnimationFrame(()=>{ - this.scrollMainToComprehension('auto'); - setTimeout(()=>{ this.scrollMainToComprehension('auto'); }, 140); - }); - }); }); }, scrollToComprehension(){