mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix icons not rendering for upload file modal in drive
This commit is contained in:
parent
c1c62a1609
commit
e9c574e020
@ -996,6 +996,7 @@ define([
|
||||
};
|
||||
|
||||
UI.passwordInput = function (opts, displayEye) {
|
||||
setTimeout( () => Lucide.createIcons(), 0);
|
||||
opts = opts || {};
|
||||
var attributes = merge({
|
||||
type: 'password',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user