1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

closes side panel when navigating away regardless of ignoreClicksOutside

This commit is contained in:
mikesealey 2024-04-19 10:41:39 +01:00
parent 088c210de8
commit 80a6afd54f

View file

@ -284,7 +284,9 @@
url={navItem.url}
subLinks={navItem.subLinks}
internalLink={navItem.internalLink}
on:clickLink={() => (mobileOpen = false)}
on:clickLink={(() => (mobileOpen = false),
console.log("287"),
sidePanelStore.actions.close)}
leftNav={navigation === "Left"}
{mobile}
{navStateStore}