We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66610bf commit 1ceb46aCopy full SHA for 1ceb46a
src/components/docs-flow/docs-list.svelte
@@ -3,7 +3,7 @@
3
Author : frostime
4
Date : 2024-10-01 20:33:19
5
FilePath : /src/components/docs-flow/docs-list.svelte
6
- LastEditTime : 2024-10-03 14:26:17
+ LastEditTime : 2024-11-17 18:41:11
7
Description :
8
9
显示所有的文档
@@ -57,7 +57,7 @@
57
function scrollToFirstLoadedItem() {
58
const firstLoadedItem = document.querySelector(".loaded");
59
if (firstLoadedItem) {
60
- firstLoadedItem.scrollIntoView({ behavior: "smooth" });
+ firstLoadedItem.scrollIntoView({ behavior: "instant" });
61
}
62
63
</script>
0 commit comments