编辑器的dialogLockScreen修改为false,不自动跳转到页面顶部 #816

Merged
Eeeros merged 2 commits from Eeeros/forgeplus-react:gitlink_ssr_head into gitlink_ssr_head 2026-01-21 16:09:37 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
styleSelectedText: true,
matchWordHighlight: true, // options: true, false, "onselected"
styleActiveLine: true, // Highlight the current line
dialogLockScreen: true,
dialogLockScreen: false,
dialogShowMask: true,
dialogDraggable: true,
dialogMaskBgColor: "#fff",