Fix canvas control buttons being unusable on mobile

This commit is contained in:
2024-11-11 00:00:34 +01:00
parent 0882eb1dd0
commit b54402fc19
4 changed files with 18 additions and 16 deletions

View File

@@ -57,7 +57,7 @@
<script setup lang="ts">
import { Icon } from '@iconify/vue/dist/iconify.js';
const open = ref(true);
const open = ref(false);
const { loggedIn } = useUserSession();
const { data: pages } = await useLazyFetch('/api/navigation', {