We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db73e85 + 264b173 commit 6cea6feCopy full SHA for 6cea6fe
src/Droppler.vue
@@ -45,7 +45,7 @@ export default {
45
constrainToWindow: this.constrainToWindow ? true : false,
46
constrainToScrollParent: this.constrainToScrollParent ? true : false,
47
hoverOpenDelay: this.hoverOpenDelay ? this.hoverOpenDelay : 0,
48
- hoverCloseDelay: this.hoverOpenDelay ? this.hoverCloseDelay : 50,
+ hoverCloseDelay: this.hoverCloseDelay ? this.hoverCloseDelay : 50,
49
focusDelay: this.focusDelay ? this.focusDelay : 0,
50
blurDelay: this.blurDelay ? this.blurDelay : 50,
51
tetherOptions: this.tetherOptions ? this.tetherOptions : {},
0 commit comments