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

Allow preview area to scroll past end of file

This commit is contained in:
Vladimir Jimenez
2018-01-29 17:11:42 -08:00
parent 2259167200
commit 4bd639c6c4
4 changed files with 21 additions and 6 deletions

View File

@@ -46,7 +46,8 @@ export const DEFAULT_CONFIG = {
latexInlineOpen: '$',
latexInlineClose: '$',
latexBlockOpen: '$$',
latexBlockClose: '$$'
latexBlockClose: '$$',
scrollPastEnd: false
}
}