1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge pull request #1267 from hooskers/add-scroll-past-end

Add scroll past end
This commit is contained in:
Kazz Yokomizo
2017-12-14 00:54:38 +09:00
committed by GitHub
7 changed files with 25 additions and 2 deletions

View File

@@ -34,7 +34,8 @@ export const DEFAULT_CONFIG = {
fontFamily: win ? 'Segoe UI' : 'Monaco, Consolas',
indentType: 'space',
indentSize: '2',
switchPreview: 'BLUR' // Available value: RIGHTCLICK, BLUR
switchPreview: 'BLUR', // Available value: RIGHTCLICK, BLUR
scrollPastEnd: false
},
preview: {
fontSize: '14',