fix(Dropdown): increase timeout for hover mode

This commit is contained in:
Benjamin Canac
2022-08-17 14:14:13 +02:00
parent 8a66f5e9bf
commit 72919425b6

View File

@@ -192,7 +192,7 @@ onMounted(() => {
e.stopPropagation()
}
}, true)
}, 0)
}, 100)
})
function onMouseOver () {