Browse Source

feat: optimize editor initial config

master
smallstonesk 4 years ago
parent
commit
561461300e
  1. 3
      packages/core/src/mods/settingBar/components/code/index.tsx

3
packages/core/src/mods/settingBar/components/code/index.tsx

@ -66,9 +66,10 @@ interface IEditorModalProps {
const CODE_EDITOR_STYLE = {
width: '100%',
height: 400
height: 600
};
const CODE_EDITOR_OPTIONS = {
fontSize: 14,
useWorker: false
};

Loading…
Cancel
Save