mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Simplify spread (#24774)
This commit is contained in:
committed by
Johann-S
parent
c81ce9fdf4
commit
2cafb9f127
+2
-4
@@ -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