Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Nov 12, 2024
1 parent 0bf59fb commit 3be82d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/FlatList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ function MVCPFlatList<TItem>({maintainVisibleContentPosition, horizontal = false
}
firstVisibleViewRef.current = null;
});
console.log('mutation added', mutation.addedNodes)
mutation.addedNodes.forEach((node) => {
if (node.nodeType !== Node.ELEMENT_NODE || !(node as HTMLElement).querySelector('#composer')) {
return;
Expand Down

0 comments on commit 3be82d5

Please sign in to comment.