From 5a7c8b5d2f4e1df747ecdb2deb5f29601757bc7f Mon Sep 17 00:00:00 2001 From: poignatov Date: Thu, 22 Jan 2026 19:32:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B4=D0=B0=D1=87?= =?UTF-8?q?=D0=B0=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B8=20=D1=81=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D1=80=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/App.jsx | 6 ++++-- play-life-web/src/components/WordList.jsx | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 419ede3..1631f98 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.26.0 +3.26.1 diff --git a/play-life-web/package.json b/play-life-web/package.json index 895e220..6e74443 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.26.0", + "version": "3.26.1", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/App.jsx b/play-life-web/src/App.jsx index e1de4cc..f7f5f8c 100644 --- a/play-life-web/src/App.jsx +++ b/play-life-web/src/App.jsx @@ -642,7 +642,7 @@ function AppContent() { setSelectedProject(null) setTabParams({}) updateUrl('full', {}, activeTab) - } else if (tab !== activeTab || tab === 'task-form' || tab === 'wishlist-form') { + } else if (tab !== activeTab || tab === 'task-form' || tab === 'wishlist-form' || (tab === 'words' && Object.keys(params).length > 0)) { // Сохраняем позицию скролла для текущего таба перед переходом const scrollContainer = document.querySelector('.flex-1.overflow-y-auto') if (scrollContainer && mainTabs.includes(activeTab)) { @@ -1115,7 +1115,9 @@ function AppContent() { {/* Кнопка добавления слов (только для таба words) */} {activeTab === 'words' && (