mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
fix(Dropdown): increase timeout for hover mode
This commit is contained in:
@@ -192,7 +192,7 @@ onMounted(() => {
|
||||
e.stopPropagation()
|
||||
}
|
||||
}, true)
|
||||
}, 0)
|
||||
}, 100)
|
||||
})
|
||||
|
||||
function onMouseOver () {
|
||||
|
||||
Reference in New Issue
Block a user