Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"devDependencies": {
"@cloudflare/vite-plugin": "1.38.0",
"@cloudflare/workers-types": "^4.20260523.1",
"@cloudflare/workers-types": "^4.20260524.1",
"@md/config": "workspace:*",
"@tailwindcss/postcss": "^4.3.0",
"@tailwindcss/vite": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/stores/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const useUIStore = defineStore(`ui`, () => {
const toggleImageReupload = useToggle(enableImageReupload)

// 是否开启同步滚动(编辑器与预览区联动)
const enableScrollSync = store.reactive(addPrefix(`enableScrollSync`), false)
const enableScrollSync = store.reactive(addPrefix(`enableScrollSync`), true)
const toggleScrollSync = useToggle(enableScrollSync)

// ==================== 对话框状态 ====================
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.