Skip to content

Commit 0ce8e20

Browse files
AscaLOrbisK
andauthored
fix(Popover): use shallowref
Co-authored-by: Robin <robin.kehl@singular-it.de>
1 parent 1df3da5 commit 0ce8e20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AppPopover.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const props = defineProps<{
66
77
const isOpen = shallowRef(false)
88
const popoverId = useId()
9-
const closeTimeout = ref<ReturnType<typeof setTimeout> | null>(null)
9+
const closeTimeout = shallowRef<ReturnType<typeof setTimeout> | null>(null)
1010
1111
const closeDelayMs = 500
1212

0 commit comments

Comments
 (0)