mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 07:14:36 +02:00
fix issue related to Object.keys and Dropdown issue
This commit is contained in:
@@ -165,7 +165,7 @@ const ScrollSpy = (($) => {
|
||||
_getConfig(config) {
|
||||
config = {
|
||||
...Default,
|
||||
...config
|
||||
...typeof config === 'object' && config ? config : {}
|
||||
}
|
||||
|
||||
if (typeof config.target !== 'string') {
|
||||
|
Reference in New Issue
Block a user