mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
update pad comments icons
This commit is contained in:
parent
62482accbb
commit
59bb65261d
@ -262,7 +262,7 @@ define([
|
||||
deleteButton = h('button.btn.btn-danger', {
|
||||
tabindex: 1
|
||||
}, [
|
||||
Icons.get('close'),
|
||||
Icons.get('trash-full'),
|
||||
Messages.kanban_delete
|
||||
]);
|
||||
$(deleteButton).click(function(e) {
|
||||
@ -273,6 +273,7 @@ define([
|
||||
|
||||
|
||||
setTimeout(function() {
|
||||
Lucide.createIcons();
|
||||
$(textarea).focus();
|
||||
selectAll(textarea);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user