mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 09:03:03 -04:00
Fix BetterFolders Fully
This commit is contained in:
parent
1f48f2b9f3
commit
ddafaaa155
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ export default definePlugin({
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
return filterTreeWithTargetNode(child, child => child?.props?.role === "tree");
|
return filterTreeWithTargetNode(child, child => child?.props?.renderTreeNode != null);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue