We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1256a commit 1038a2cCopy full SHA for 1038a2c
js/codebot.editor.ace.js
@@ -66,6 +66,7 @@ Codebot.Editor.Code.prototype.init = function() {
66
aAce.setTheme("ace/theme/tomorrow_night_eighties"); // TODO: get theme from Codebot?
67
aAce.getSession().setMode("ace/mode/javascript"); // TODO: choose mode based on file extension.
68
aAce.getSession().setOption("useWorker", false);
69
+ aAce.$blockScrolling = Infinity;
70
71
// TODO: remove this CODEBOT singleton call.
72
for(i in CODEBOT.settings.get().editor) {
0 commit comments