mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-15 10:23:41 -05:00
Merge remote-tracking branch 'upstream/dev'
This commit is contained in:
commit
2c58df2d2a
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ export default definePlugin({
|
|||
makeGuildsBarTreeFilter(isBetterFolders: boolean) {
|
||||
return child => {
|
||||
if (isBetterFolders) {
|
||||
return "onScroll" in child.props;
|
||||
return child?.props?.onScroll != null;
|
||||
}
|
||||
return true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue