فهرست منبع

code-editor: disable depreacation warning

Alexander Zobnin 8 سال پیش
والد
کامیت
ecb66e7678
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      public/app/core/components/code_editor/code_editor.ts

+ 1 - 0
public/app/core/components/code_editor/code_editor.ts

@@ -18,6 +18,7 @@ function link(scope, elem, attrs) {
   codeEditor.setTheme("ace/theme/solarized_dark");
   codeEditor.setTheme("ace/theme/solarized_dark");
   codeEditor.setHighlightActiveLine(false);
   codeEditor.setHighlightActiveLine(false);
   codeEditor.setShowPrintMargin(false);
   codeEditor.setShowPrintMargin(false);
+  codeEditor.$blockScrolling = Infinity;
 
 
   codeEditor.setValue(scope.content);
   codeEditor.setValue(scope.content);
   codeEditor.clearSelection();
   codeEditor.clearSelection();