mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 08:03:50 +00:00
fix nested app component hover
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user