From f459d5811d15fbcb77ca7d578732b15a7ccf4c04 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 22 Jun 2024 08:45:10 +0300 Subject: [PATCH] wysiwyg height not being changed fix --- client/src/helpers/misc/summernote-custom.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/helpers/misc/summernote-custom.js b/client/src/helpers/misc/summernote-custom.js index 8125d14905..d54d861235 100644 --- a/client/src/helpers/misc/summernote-custom.js +++ b/client/src/helpers/misc/summernote-custom.js @@ -925,6 +925,7 @@ function init(langSets) { } this.$editable.css('maxHeight', this.$editable.css('orgMaxHeight')); + this.$editable.css('height', ''); if (this.isInModal) { this.$modal.css('overflow-y', '');