feat: add option for relay hint

This commit is contained in:
reya
2024-05-26 08:23:29 +07:00
parent b90ad1421f
commit 4dc13385a5
6 changed files with 56 additions and 20 deletions
+1 -2
View File
@@ -132,11 +132,10 @@ function Screen() {
horizontal
tabIndex={-1}
itemSize={440}
overscan={3}
overscan={5}
onScroll={() => setIsScroll(true)}
onScrollEnd={() => setIsScroll(false)}
className="scrollbar-none h-full w-full overflow-x-auto focus:outline-none"
cache={null}
>
{columns.map((column) => (
<Column