mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
fix issue related to Object.keys and Dropdown issue
This commit is contained in:
+1
-1
@@ -611,7 +611,7 @@ const Tooltip = (($) => {
|
||||
config = {
|
||||
...this.constructor.Default,
|
||||
...$(this.element).data(),
|
||||
...config
|
||||
...typeof config === 'object' && config ? config : {}
|
||||
}
|
||||
|
||||
if (typeof config.delay === 'number') {
|
||||
|
||||
Reference in New Issue
Block a user