Skip to content

Commit 6cea6fe

Browse files
authored
Merge pull request #3 from jlreymendez/master
Fix hover close delay option
2 parents db73e85 + 264b173 commit 6cea6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Droppler.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545
constrainToWindow: this.constrainToWindow ? true : false,
4646
constrainToScrollParent: this.constrainToScrollParent ? true : false,
4747
hoverOpenDelay: this.hoverOpenDelay ? this.hoverOpenDelay : 0,
48-
hoverCloseDelay: this.hoverOpenDelay ? this.hoverCloseDelay : 50,
48+
hoverCloseDelay: this.hoverCloseDelay ? this.hoverCloseDelay : 50,
4949
focusDelay: this.focusDelay ? this.focusDelay : 0,
5050
blurDelay: this.blurDelay ? this.blurDelay : 50,
5151
tetherOptions: this.tetherOptions ? this.tetherOptions : {},

0 commit comments

Comments
 (0)