mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
render icons on forms
This commit is contained in:
parent
6ea0df8cf6
commit
5b2f4eaa37
@ -903,7 +903,7 @@
|
||||
border-right: 0px;
|
||||
}
|
||||
button {
|
||||
i { margin: 0 !important; }
|
||||
svg { margin: 0 !important; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -123,7 +123,7 @@ define([
|
||||
Icons.get('preview'),
|
||||
Messages.form_preview_button
|
||||
]);
|
||||
$(cancelBlock).click(function () { cb(undefined, true); });
|
||||
$(cancelBlock).click(function () { cb(undefined, true); Lucide.createIcons(); });
|
||||
|
||||
return cancelBlock;
|
||||
};
|
||||
@ -4259,6 +4259,7 @@ define([
|
||||
|
||||
$(edit).hide();
|
||||
$(copy).hide();
|
||||
Lucide.createIcons();
|
||||
};
|
||||
$(edit).click(function () {
|
||||
onEdit();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user