Eugene

Results 1 issues of Eugene

**Describe the bug** ``` tableVirtuosoRef.current?.scrollIntoView({ index: nextIndex, behavior: 'auto', done: () => { setCurrentItemIndex(nextIndex); }, }); ``` `done: () => { setCurrent...} `is not working when table is just focused,...

bug