Merge pull request '编辑器的dialogLockScreen修改为false,不自动跳转到页面顶部' (#816) from Eeeros/forgeplus-react:gitlink_ssr_head into gitlink_ssr_head

This commit is contained in:
Eeeros 2026-01-21 16:09:36 +08:00
commit c40826ec72
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",