mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 21:39:08 +02:00
Simplify spread (#24774)
This commit is contained in:
committed by
Johann-S
parent
c81ce9fdf4
commit
2cafb9f127
@@ -503,10 +503,8 @@ const Tooltip = (($) => {
|
||||
if (this.config.selector) {
|
||||
this.config = {
|
||||
...this.config,
|
||||
...{
|
||||
trigger : 'manual',
|
||||
selector : ''
|
||||
}
|
||||
trigger : 'manual',
|
||||
selector : ''
|
||||
}
|
||||
} else {
|
||||
this._fixTitle()
|
||||
|
Reference in New Issue
Block a user