diff --git a/app/assets/javascripts/editor/editor.js.erb b/app/assets/javascripts/editor/editor.js.erb index 2ac499c4..e3e34462 100644 --- a/app/assets/javascripts/editor/editor.js.erb +++ b/app/assets/javascripts/editor/editor.js.erb @@ -182,6 +182,7 @@ configureEditors: function () { }, initializeEditors: function () { + this.editors = []; $('.editor').each(function (index, element) { // Resize frame on load