Skip to content

Commit

Permalink
Clear timer on mouseout
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Stopa committed Jul 27, 2018
1 parent eef9780 commit d9b0b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/popper.js.vue
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@
},
onMouseOut() {
clearTimeout(this._timer);
this._timer = setTimeout(() => {
this.showPopper = false;
}, this.delayOnMouseOut);
Expand Down

0 comments on commit d9b0b34

Please sign in to comment.