fix(ui): modal drag + removed startDrag func (#2430)

* fixed

* removed legacy startDrag fc, unified modal dragging

* fixes post feedback
This commit is contained in:
Alex Little
2026-06-04 19:34:18 +01:00
committed by GitHub
parent ab5311c44d
commit 33425a9c6c
3 changed files with 40 additions and 76 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
// - Other static assets (images/fonts/libs): cache-first with bg refresh.
// - API / non-GET: never cached.
// Bump CACHE_NAME whenever the precache list or SW logic changes.
const CACHE_NAME = 'odysseus-v326';
const CACHE_NAME = 'odysseus-v327';
// Core shell precached on install so repeat opens are instant without any
// network wait. Keep this list in sync with the <script type="module"> tags