diff --git a/client/src/helpers/misc/summernote-custom.js b/client/src/helpers/misc/summernote-custom.js index d54d861235..1337d5a94a 100644 --- a/client/src/helpers/misc/summernote-custom.js +++ b/client/src/helpers/misc/summernote-custom.js @@ -431,6 +431,10 @@ function init(langSets) { $codable.removeClass('hidden'); + if ($editor.hasClass('fullscreen')) { + $codable.css('height', $editable.css('height')); + } + requireAce().then(() => { const html = prepareHtml($editable.html());