未验证 提交 537c82b1 编写于 作者: J Jason Song 提交者: GitHub

fix txt mode issue with ace ui

上级 212470ca
......@@ -891,7 +891,7 @@ function directive($window, toastr, AppUtil, EventManager, PermissionService, Na
$blockScrolling: Infinity,
showPrintMargin: false,
theme: 'eclipse',
mode: scope.namespace.format === 'yml' ? 'yaml' : scope.namespace.format,
mode: scope.namespace.format === 'yml' ? 'yaml' : (scope.namespace.format === 'txt' ? undefined : scope.namespace.format),
onLoad: function (_editor) {
_editor.$blockScrolling = Infinity;
_editor.setOptions({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册