mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: unexpected scrollIntoView
This commit is contained in:
parent
92c3894772
commit
6c2edce5af
@ -2,6 +2,7 @@
|
||||
"extends": ["next/core-web-vitals", "next/typescript"],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@next/next/no-img-element": "off"
|
||||
"@next/next/no-img-element": "off",
|
||||
"react-hooks/exhaustive-deps": "off"
|
||||
}
|
||||
}
|
||||
|
@ -53,7 +53,7 @@ export default function Switch({
|
||||
inline: "center",
|
||||
});
|
||||
}
|
||||
}, [nowTag, allTag]);
|
||||
}, [nowTag]);
|
||||
|
||||
return (
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user