diff --git a/web/static/app.js b/web/static/app.js index 0feb2de..3953af5 100644 --- a/web/static/app.js +++ b/web/static/app.js @@ -535,4 +535,6 @@ window.addEventListener('popstate', () => { if (RELATION_ID) { loadRoute(RELATION_ID); +} else if (isMobile()) { + openPanel(); }