this.handleSwitchMode('DEFAULT')}>
+
this.handleSwitchMode('EDITOR_PREVIEW')}>
diff --git a/browser/main/lib/ConfigManager.js b/browser/main/lib/ConfigManager.js
index 4e04ad70..3d70a7a3 100644
--- a/browser/main/lib/ConfigManager.js
+++ b/browser/main/lib/ConfigManager.js
@@ -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',