fix incomplete resizing of ace editors by triggering a resize event

This commit is contained in:
Ralf Teusner
2017-04-07 21:16:20 +02:00
parent 4a8ed1d1fb
commit 341cd3a003

View File

@ -172,6 +172,7 @@ configureEditors: function () {
$('.editor').each(function (index, element) {
this.resizeParentOfAceEditor(element);
}.bind(this));
window.dispatchEvent(new Event('resize'));
},
resizeParentOfAceEditor: function (element){