- remove wrong code

This commit is contained in:
ashubawork
2024-10-03 12:24:55 +03:00
parent 19b7ef92b2
commit ae1af55fde
+1 -1
View File
@@ -140,7 +140,7 @@ jQuery(document).ready(function() {
jQuery( e.currentTarget).trigger( "click" );
});
let textarea_iframe = jQuery('iframe.um-textarea-html-value, .mce-edit-area iframe');
let textarea_iframe = jQuery('iframe.um-textarea-html-value');
textarea_iframe.each(function() {
jQuery(this).onload = function() {
resizeIframe(iframe);