Changes before rebase of main

This commit is contained in:
Alexis
2023-12-08 17:17:46 +01:00
parent 02444273e2
commit 0fef86bb0c
2 changed files with 37 additions and 16 deletions

View File

@@ -10,6 +10,8 @@ const props = defineProps<{
const markers = props.markers
$world.off()
// Search functions
const qInput = ref()
const { focused: isFocused } = useFocus(qInput)