render icons on forms submit section

This commit is contained in:
daria 2025-08-22 17:13:29 +03:00
parent 483d4af531
commit 6ea0df8cf6
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -5658,6 +5658,7 @@ define([
editor.refresh();
$tb.show();
setTimeout(function () {
Lucide.createIcons();
var firstBtn = $(markdownTb.toolbar).find('button').get(0);
if (firstBtn) {
firstBtn.focus();