From 8f4294fe09a5c8871b58843134964d6039d89fcf Mon Sep 17 00:00:00 2001 From: posimai Date: Mon, 20 Apr 2026 20:13:49 +0900 Subject: [PATCH] =?UTF-8?q?fix(posimai-sc):=20=E3=82=B9=E3=83=86=E3=83=83?= =?UTF-8?q?=E3=83=973=E5=AE=8C=E4=BA=86=E6=99=82=E3=81=AE=E8=87=AA?= =?UTF-8?q?=E5=8B=95=E3=82=B8=E3=83=A3=E3=83=B3=E3=83=97=E3=82=92=E5=BB=83?= =?UTF-8?q?=E6=AD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- posimai-sc/index.html | 2 +- posimai-sc/js/app.js | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) 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(){