编辑器的dialogLockScreen修改为false,不自动跳转到页面顶部
This commit is contained in:
parent
f2e8b2f270
commit
3a1f41560b
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue