Variation editor: Call form_handlers() when adding new form

This commit is contained in:
Raphael Michel
2022-03-21 11:47:47 +01:00
parent c9392236f5
commit a83e963ea5

View File

@@ -57,5 +57,6 @@ $(function () {
update_variation_summary($el);
$(this).on("change dp.change", "input", function () {update_variation_summary($el)});
setup_collapsible_details($("#item_variations"));
form_handlers($(event.target));
});
});