Skip to content

Commit 4ceb80d

Browse files
author
Guillaume Chau
committed
Version bump
1 parent 09bffac commit 4ceb80d

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

dist/v-tooltip.esm.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2905,6 +2905,7 @@ var Tooltip = function () {
29052905
if (this._tooltipNode) {
29062906
this._tooltipNode.style.display = '';
29072907
this._tooltipNode.setAttribute('aria-hidden', 'false');
2908+
this.popperInstance.enableEventListeners();
29082909
this.popperInstance.update();
29092910
return this;
29102911
}
@@ -2984,6 +2985,8 @@ var Tooltip = function () {
29842985
this._tooltipNode.style.display = 'none';
29852986
this._tooltipNode.setAttribute('aria-hidden', 'true');
29862987

2988+
this.popperInstance.disableEventListeners();
2989+
29872990
clearTimeout(this._disposeTimer);
29882991
var disposeTime = directive.options.disposeTimeout;
29892992
if (disposeTime !== null) {

0 commit comments

Comments
 (0)