Skip to content

Commit d866387

Browse files
authored
chore: 'instant' is invalid (#659)
1 parent 53cfd6a commit d866387

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/typescript/simple.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ scrollIntoView(node, {})
1515
// Other misc options
1616
scrollIntoView(node, { behavior: 'auto' })
1717
scrollIntoView(node, { behavior: 'smooth' })
18-
scrollIntoView(node, { behavior: 'instant' })
1918

2019
scrollIntoView(node, { block: 'start', inline: 'start' })
2120
scrollIntoView(node, { block: 'center', inline: 'center' })

0 commit comments

Comments
 (0)