|
@@ -780,6 +780,7 @@ from desktop.views import _ko
|
|
|
|
|
|
|
|
var editor = ace.edit($element.find('.ace-editor')[0]);
|
|
var editor = ace.edit($element.find('.ace-editor')[0]);
|
|
|
editor.$blockScrolling = Infinity;
|
|
editor.$blockScrolling = Infinity;
|
|
|
|
|
+ editor.setTheme($.totalStorage('hue.ace.theme') || 'ace/theme/hue');
|
|
|
self.ace(editor);
|
|
self.ace(editor);
|
|
|
|
|
|
|
|
if (params.autocomplete) {
|
|
if (params.autocomplete) {
|