Skip to content

Commit 558f331

Browse files
AscaLOrbisK
andauthored
feat(AppPopover): timeout not reactive
Co-authored-by: Robin <robin.kehl@singular-it.de>
1 parent 4fe71b7 commit 558f331

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 = shallowRef<ReturnType<typeof setTimeout> | null>(null)
9+
let closeTimeout: NodeJS.Timeout | null = null
1010
1111
const closeDelayMs = 500
1212

0 commit comments

Comments
 (0)