mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 07:19:39 +03:00
info
This commit is contained in:
@@ -46,6 +46,7 @@ export function each<T>(
|
||||
}
|
||||
}
|
||||
} else if (source) {
|
||||
// cant use support func keys here due to circular dep
|
||||
each(Object.keys(source), (key) => callback(source[key], key, source));
|
||||
}
|
||||
return source;
|
||||
|
||||
@@ -45,6 +45,7 @@ export function each<T>(
|
||||
}
|
||||
}
|
||||
} else if (source) {
|
||||
// cant use support func keys here due to circular dep
|
||||
each(Object.keys(source), (key) => callback(source[key], key, source));
|
||||
}
|
||||
return source;
|
||||
|
||||
Reference in New Issue
Block a user