Skip to content

Commit

Permalink
chore(Popover): set default open-delay to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Sep 7, 2023
1 parent 88cc2e9 commit 0a7c50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/overlays/Popover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default defineComponent({
},
openDelay: {
type: Number,
default: 50
default: 0
},
closeDelay: {
type: Number,
Expand Down

0 comments on commit 0a7c50b

Please sign in to comment.