1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-26 08:11:17 +02:00

disable cursorScrollMargin.

This commit is contained in:
Kushagra Gour
2016-05-03 02:40:04 +05:30
parent 88eba64de1
commit 7e4b21c1e6

View File

@@ -108,7 +108,7 @@
tabMode: 'indent', tabMode: 'indent',
keyMap: 'sublime', keyMap: 'sublime',
theme: 'monokai', theme: 'monokai',
cursorScrollMargin: '20', // cursorScrollMargin: '20', has issue with scrolling
profile: options.profile || '' profile: options.profile || ''
}); });
cm.on('change', function onChange() { cm.on('change', function onChange() {