Merge pull request '编辑器的dialogLockScreen修改为false,不自动跳转到页面顶部' (#816) from Eeeros/forgeplus-react:gitlink_ssr_head into gitlink_ssr_head
This commit is contained in:
commit
c40826ec72
|
|
@ -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