mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-12 08:03:06 -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 {
|
||||
return filterTreeWithTargetNode(child, child => child?.props?.role === "tree");
|
||||
return filterTreeWithTargetNode(child, child => child?.props?.renderTreeNode != null);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue