mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 06:36:33 +02:00
tooltip.js: remove variable used once.
This commit is contained in:
@@ -740,8 +740,7 @@ class Tooltip {
|
||||
}
|
||||
|
||||
_handlePopperPlacementChange(popperData) {
|
||||
const popperInstance = popperData.instance
|
||||
this.tip = popperInstance.popper
|
||||
this.tip = popperData.instance.popper
|
||||
this._cleanTipClass()
|
||||
this._addAttachmentClass(this._getAttachment(popperData.placement))
|
||||
}
|
||||
|
Reference in New Issue
Block a user