mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-28 07:44:43 +00:00
tooltip.js: remove variable used once.
This commit is contained in:
parent
b97fcd3289
commit
0eb120eea0
1 changed files with 1 additions and 2 deletions
|
|
@ -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))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue