Skip to content

Commit c5b0b66

Browse files
committed
Fix comment
1 parent 91e0de7 commit c5b0b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package-code/[[org]]/[packageName]/v/[version]/[...filePath].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ definePageMeta({
1212
1313
const route = useRoute('code')
1414
15-
// Preserve file-tree scroll position across file
15+
// Preserve file-tree scroll position across navigation
1616
const fileTreeSidebarRef = useTemplateRef('file-tree-sidebar')
1717
const savedFileTreeSidebarScroll = useState('code-sidebar-scroll', () => 0)
1818

0 commit comments

Comments
 (0)