Fix icons not rendering for upload file modal in drive

This commit is contained in:
DianaXWiki 2025-08-22 15:19:50 +03:00
parent c1c62a1609
commit e9c574e020

View File

@ -996,6 +996,7 @@ define([
};
UI.passwordInput = function (opts, displayEye) {
setTimeout( () => Lucide.createIcons(), 0);
opts = opts || {};
var attributes = merge({
type: 'password',