update pad comments icons

This commit is contained in:
daria 2025-08-29 11:10:39 +03:00
parent 62482accbb
commit 59bb65261d
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -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);
});