Merge branch 'feature/20250206_all' into feature/20250130_cl_SWV-798_2
This commit is contained in:
@@ -7,8 +7,8 @@ import type {
|
||||
|
||||
const { locale } = useI18n()
|
||||
const { sendLog } = useAnalytics()
|
||||
|
||||
const gameDomain = getGameDomain()
|
||||
const breakpoints = useResponsiveBreakpoints()
|
||||
|
||||
const analytics = {
|
||||
action_type: 'click',
|
||||
@@ -54,6 +54,9 @@ const toggleEventNavigation = () => {
|
||||
|
||||
onMounted(async () => {
|
||||
eventNavigationList.value = await getEventNavigation()
|
||||
if (breakpoints.value.isMobile) {
|
||||
isEventNavigationOpen.value = false
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user