Skip to content
Snippets Groups Projects
Commit 387c4fb8 authored by Antoine Guenet's avatar Antoine Guenet
Browse files

[FIX] mass_mailing: update iframe size on pick template


When picking a mailing template, the size of the contents of the iframe
changes but we failed to signal it so the iframe could resize as well.

closes odoo/odoo#125740

Signed-off-by: default avatarDavid Monjoie (dmo) <dmo@odoo.com>
parent 745bcab5
No related branches found
No related tags found
No related merge requests found
......@@ -390,6 +390,7 @@ export class MassMailingHtmlField extends HtmlField {
}
// mark selection done for tour testing
$editable.addClass('theme_selection_done');
this.onIframeUpdated();
}, 0);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment