Commit 0eb120ee authored by XhmikosR's avatar XhmikosR
Browse files

tooltip.js: remove variable used once.

parent b97fcd32
Showing with 1 addition and 2 deletions
+1 -2
...@@ -740,8 +740,7 @@ class Tooltip { ...@@ -740,8 +740,7 @@ class Tooltip {
} }
_handlePopperPlacementChange(popperData) { _handlePopperPlacementChange(popperData) {
const popperInstance = popperData.instance this.tip = popperData.instance.popper
this.tip = popperInstance.popper
this._cleanTipClass() this._cleanTipClass()
this._addAttachmentClass(this._getAttachment(popperData.placement)) this._addAttachmentClass(this._getAttachment(popperData.placement))
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment