mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 09:57:08 -04:00
Experiments: Support new experiment link embeds & fix toolbar patch (#3372)
This commit is contained in:
parent
59974a162e
commit
3b53ad0c91
3 changed files with 31 additions and 12 deletions
|
@ -64,7 +64,6 @@ function filterTreeWithTargetNode(children: any, predicate: (node: any) => boole
|
|||
return filterTreeWithTargetNode(children.props?.children, predicate);
|
||||
}
|
||||
|
||||
|
||||
let childIsTargetChild = false;
|
||||
for (let i = 0; i < children.length; i++) {
|
||||
const shouldKeep = filterTreeWithTargetNode(children[i], predicate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue