1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-20 13:16:43 +01: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',
keyMap: 'sublime',
theme: 'monokai',
cursorScrollMargin: '20',
// cursorScrollMargin: '20', has issue with scrolling
profile: options.profile || ''
});
cm.on('change', function onChange() {