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