Unverified Commit 9f8a0a8d authored by boojack's avatar boojack Committed by GitHub

fix: lazy rendering checks (#2130)

parent e266d88e
......@@ -101,7 +101,7 @@ const Memo: React.FC<Props> = (props: Props) => {
}
root.addEventListener("scroll", checkShouldRender);
}
}, [lazyRendering]);
}, [lazyRendering, filterStore.state]);
if (!shouldRender) {
// Render a placeholder to occupy the space.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment