tg app fix sizes
This commit is contained in:
@@ -42,7 +42,7 @@ onMounted(() => {
|
||||
tgApp.expand?.(); // более мягкий вариант, чем requestFullscreen()
|
||||
tgApp.requestFullscreen?.();
|
||||
tgApp.lockOrientation?.();
|
||||
if (route.path != '/') {
|
||||
if (route.path !== '/') {
|
||||
tgApp.BackButton.show()
|
||||
// при нажатии — возвращаемся назад
|
||||
const handleBack = () => {
|
||||
@@ -69,6 +69,7 @@ onBeforeUnmount(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
<div class="flex flex-col tg">
|
||||
<SpaceList v-if="isSpaceSelected" @space-selected="spaceSelected" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user