diff --git a/public/templates/assets/editors/editorhelper.js b/public/templates/assets/editors/editorhelper.js index ba8a40cbf..197619e14 100644 --- a/public/templates/assets/editors/editorhelper.js +++ b/public/templates/assets/editors/editorhelper.js @@ -46,6 +46,10 @@ options.end(); } + // Enforce container size here, instead of relying on the update. + container.style.width = width + "%"; + container.style.height = height + "%"; + blurActiveEl(); trackEvent.update({