From dee35d11358dfd9359afc77016c2f12dd667d18e Mon Sep 17 00:00:00 2001 From: xds Date: Mon, 27 Oct 2025 21:36:32 +0300 Subject: [PATCH] tg app fix sizes --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index b88ffd5..fc84644 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,6 +10,7 @@ import { computed, onMounted, onBeforeUnmount, ref, watch } from "vue"; const spaceStore = useSpaceStore(); const toolbarStore = useToolbarStore(); const route = useRoute(); +const platform = ref("unknown") const tgApp = (window as any)?.Telegram?.WebApp; const isTelegram = computed(() => !!tgApp); @@ -89,7 +90,7 @@ onBeforeUnmount(() => {