From 6208cc578e1e3d01816cc73e8e8b8c31de2e65b1 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 7 Sep 2026 21:06:06 +0000 Subject: [PATCH] Avoid opening keyboard during view transition --- static/app.js | 1 - static/index.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/static/app.js b/static/app.js index 828f5a6..ef0acef 100644 --- a/static/app.js +++ b/static/app.js @@ -125,7 +125,6 @@ function openAddView() { if (state.currentView !== "addView") state.previousView = state.currentView; showView("addView"); - window.setTimeout(() => $("#amount").focus(), 0); } function closeAddView() { diff --git a/static/index.html b/static/index.html index 4a28e6b..d3b105b 100644 --- a/static/index.html +++ b/static/index.html @@ -8,7 +8,7 @@ Пожитки - +