We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315c65c commit 06ecc66Copy full SHA for 06ecc66
2 files changed
packages/react-virtual/e2e/app/scroll/main.tsx
@@ -42,10 +42,7 @@ const App = () => {
42
>
43
Scroll to last
44
</button>
45
- <button
46
- id="scroll-to-0"
47
- onClick={() => rowVirtualizer.scrollToIndex(0)}
48
- >
+ <button id="scroll-to-0" onClick={() => rowVirtualizer.scrollToIndex(0)}>
49
Scroll to 0
50
51
packages/react-virtual/e2e/app/vite.config.ts
@@ -13,10 +13,7 @@ export default defineConfig({
13
__dirname,
14
'measure-element/index.html',
15
),
16
- 'smooth-scroll': path.resolve(
17
- __dirname,
18
- 'smooth-scroll/index.html',
19
- ),
+ 'smooth-scroll': path.resolve(__dirname, 'smooth-scroll/index.html'),
20
},
21
22
0 commit comments