1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

make splitMode Default

This commit is contained in:
Sosuke Suzuki
2017-12-20 18:11:01 +09:00
parent d86935acaa
commit df13ca3c92
2 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ export const DEFAULT_CONFIG = {
indentSize: '2',
switchPreview: 'BLUR', // Available value: RIGHTCLICK, BLUR
scrollPastEnd: false,
type: 'default'
type: 'SPLIT'
},
preview: {
fontSize: '14',