Skip to content

Commit

Permalink
fix(Dropdown): increase timeout for hover mode
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Aug 17, 2022
1 parent 8a66f5e commit 7291942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/elements/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ onMounted(() => {
e.stopPropagation()
}
}, true)
}, 0)
}, 100)
})
function onMouseOver () {
Expand Down

0 comments on commit 7291942

Please sign in to comment.