N°4518 - ActivityPanel: Fix inline images being shrinked in quick edit

This commit is contained in:
Molkobain
2021-12-08 10:27:33 +01:00
parent 28ecb77bf1
commit d4da1b99d8
3 changed files with 35 additions and 10 deletions

View File

@@ -928,6 +928,9 @@ $(function()
}
me._ApplyEntriesFilters();
// Try to fix inline images width
CombodoInlineImage.FixImagesWidth();
// For now, we don't hide the forms as the user may want to add something else
me.element.find(me.js_selectors.caselog_entry_form).trigger('clear_entry.caselog_entry_form.itop');