fix nested app component hover

This commit is contained in:
Ruben Fiszel
2023-10-18 23:44:28 +02:00
parent a878789816
commit 56ab8470a1
@@ -1,3 +1,7 @@
<script lang="ts" context="module">
let outTimeout: NodeJS.Timeout | undefined = undefined
</script>
<script lang="ts">
import { getContext } from 'svelte'
import { twMerge } from 'tailwind-merge'
@@ -76,8 +80,6 @@
let inlineEditorOpened: boolean = false
let outTimeout: NodeJS.Timeout | undefined = undefined
function mouseOut() {
outTimeout && clearTimeout(outTimeout)
outTimeout = setTimeout(() => {