Skip to content

Commit 828e254

Browse files
committed
doc: remove useless comment
1 parent c0f0e3d commit 828e254

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/lib/src/spatial-navigation/components/virtualizedList/helpers/updateVirtualNodeRegistration.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,4 @@ export const updateVirtualNodeRegistration = <T>({
5252

5353
// Step 2 : removeVirtualNode for every from previousItems that aren't there anymore in currentItems
5454
unregisterOldNode({ currentItems, previousItems, removeVirtualNode });
55-
56-
// Step 3 : re-order all the items
57-
// TODO
5855
};

0 commit comments

Comments
 (0)