FIX - restore game menu navigation

This commit is contained in:
smx.pusha
2026-08-06 09:06:15 +02:00
parent 987a5fa334
commit 3dd5c90a72
2 changed files with 11 additions and 4 deletions
@@ -19,7 +19,8 @@ function goHome(): void {
:class="{ 'phone-home-indicator--interactive': isApp }"
type="button"
:aria-label="phone.t('Common.home')"
@click="goHome"
@pointerdown.stop="goHome"
@click.stop="goHome"
>
<span aria-hidden="true"></span>
</button>