fix form rendering bug

This commit is contained in:
daria 2025-08-26 12:17:46 +03:00
parent 5e73c3cbb2
commit 53843f533b
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -344,6 +344,7 @@ define([
input,
del
]);
setTimeout(()=> Lucide.createIcons());
$(del).click(function () {
var $block = $(el).closest('.cp-form-edit-block');
$(el).remove();