From dd7779bc1c700956ca62d3df8ef87910cf682b27 Mon Sep 17 00:00:00 2001 From: Vladimir Voronin Date: Fri, 25 Oct 2024 01:30:52 +0300 Subject: [PATCH] some tg tests --- src/components/transactions/TransactionList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/transactions/TransactionList.vue b/src/components/transactions/TransactionList.vue index e571714..316955f 100644 --- a/src/components/transactions/TransactionList.vue +++ b/src/components/transactions/TransactionList.vue @@ -31,7 +31,7 @@ const fetchCategories = async () => { const tgname = computed(() => { if (window.Telegram.WebApp) { const tg = window.Telegram.WebApp; - tg.expand(); // Разворачиваем веб-приложение на весь экран + // tg.expand(); // Разворачиваем веб-приложение на весь экран // Получаем информацию о пользователе и выводим её return tg.initDataUnsafe.user @@ -63,6 +63,7 @@ onMounted(async () => {