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 53cfd6a commit d866387Copy full SHA for d866387
tests/typescript/simple.ts
@@ -15,7 +15,6 @@ scrollIntoView(node, {})
15
// Other misc options
16
scrollIntoView(node, { behavior: 'auto' })
17
scrollIntoView(node, { behavior: 'smooth' })
18
-scrollIntoView(node, { behavior: 'instant' })
19
20
scrollIntoView(node, { block: 'start', inline: 'start' })
21
scrollIntoView(node, { block: 'center', inline: 'center' })
0 commit comments