Fixed undefined old nanostore ref

This commit is contained in:
Alexis
2023-12-08 17:22:07 +01:00
parent 0fef86bb0c
commit f338b88321

View File

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