Enable page transition on Shop index
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
export let name: string
|
||||
|
||||
$: doNotScroll = !$page.url.searchParams.get('country') && !$page.url.pathname.includes('/shop')
|
||||
$: doNotScroll = !$page.url.searchParams.get('country') && !$page.url.pathname.includes('/shop/')
|
||||
</script>
|
||||
|
||||
<main class={name}
|
||||
|
||||
Reference in New Issue
Block a user