Fix: Sidebar schließt beim Klick auf '+ Neu erstellen'
This commit is contained in:
parent
e56183b642
commit
e784832a87
2 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '202'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '203'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
|
||||
const App = (() => {
|
||||
|
||||
|
|
@ -286,6 +286,7 @@ const App = (() => {
|
|||
|
||||
// + Button (Mobile Bottom-Nav + Desktop Sidebar)
|
||||
if (e.target.closest('#nav-add') || e.target.closest('#sidebar-add')) {
|
||||
_closeSidebar();
|
||||
_showQuickAdd();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v225';
|
||||
const CACHE_VERSION = 'by-v226';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue