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

This commit is contained in:
黄心宇 2026-01-21 16:09:05 +08:00
parent f2e8b2f270
commit 3a1f41560b
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",