mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
browserslist ignore KaiOS
This commit is contained in:
+2
-1
@@ -16,7 +16,8 @@
|
||||
"browserslist": [
|
||||
"defaults",
|
||||
"not op_mini all",
|
||||
"not ios_saf <= 15.0"
|
||||
"not ios_saf <= 15.0",
|
||||
"not kaios > 0"
|
||||
],
|
||||
"resolutions": {
|
||||
"chokidar": "3.5.3",
|
||||
|
||||
@@ -49,7 +49,6 @@ function scrollToOffset(offset: number) {
|
||||
element?.scrollIntoView();
|
||||
}
|
||||
|
||||
// eslint-disable-next-line compat/compat
|
||||
const observer = new IntersectionObserver(
|
||||
(items) => {
|
||||
for (let index = 0; index < items.length; index++) {
|
||||
|
||||
Reference in New Issue
Block a user