wysiwyg height not being changed fix

This commit is contained in:
Yuri Kuznetsov
2024-06-22 08:45:10 +03:00
parent 53bf9b024a
commit f459d5811d
@@ -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', '');