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
@@ -47,7 +47,7 @@
"jest": "26",
"lint-staged": "^12.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.4",
"rimraf": "^3.0.2",
"tslib": "^2.3.1",