From 534296887277122a9d1c5e0658d869a98a25e0bd Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 7 Dec 2020 19:18:34 -0800 Subject: [PATCH] fix a weird virtualization bug surely not the last :p --- src/app/UserItemsPage.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/UserItemsPage.js b/src/app/UserItemsPage.js index 0a3ecde..ba1a602 100644 --- a/src/app/UserItemsPage.js +++ b/src/app/UserItemsPage.js @@ -484,7 +484,13 @@ function VirtualizedItemCardList({ children }) { scrollTop, registerChild, }) => ( - + registerChild(el)} + > (