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:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user