Fix scrolling issue in Tab component when using arrow keys (#1584)

* prevent scrolling the page when using arrow keys in

* update changelog

* bump prettier

Does GitHub Actions have an incorrect cache somehow?

* use Active LTS in CI
This commit is contained in:
Robin Malfait
2022-06-13 15:54:18 +02:00
committed by GitHub
parent ea5f21af8e
commit ec84c72ef9
7 changed files with 41 additions and 30 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ concurrency:
cancel-in-progress: true
env:
NODE_VERSION: 12.x
NODE_VERSION: 16.x
jobs:
install: