marlonpd
2/24/2018 - 6:12 PM

fixes for tinymce upload in modal issue

fixes for tinymce upload in modal issue

$(document).on('focusin', function(e) {
    if ($(event.target).closest(".mce-window").length) {
        e.stopImmediatePropagation();
    }
});