Merge pull request #4459 from kjac/v8-fix-rte-code-editor-width

V8: Don't open the RTE code editor in "small" sized overlay
This commit is contained in:
Bjarke Berg
2019-02-13 08:12:57 +01:00
committed by GitHub

View File

@@ -1222,7 +1222,6 @@ function tinyMceService($rootScope, $q, imageHelper, $locale, $http, $timeout, s
var aceEditor = {
content: args.editor.getContent(),
view: 'views/propertyeditors/rte/codeeditor.html',
size: 'small',
submit: function (model) {
args.editor.setContent(model.content);
editorService.close();