mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix form rendering bug
This commit is contained in:
parent
5e73c3cbb2
commit
53843f533b
@ -344,6 +344,7 @@ define([
|
||||
input,
|
||||
del
|
||||
]);
|
||||
setTimeout(()=> Lucide.createIcons());
|
||||
$(del).click(function () {
|
||||
var $block = $(el).closest('.cp-form-edit-block');
|
||||
$(el).remove();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user