mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-02 22:46:40 +09:00
[Client] Fix bug
This commit is contained in:
@ -39,7 +39,7 @@ if (HTMLCollection.prototype.forEach === undefined) {
|
||||
if (FileList.prototype.forEach === undefined) {
|
||||
FileList.prototype.forEach = Array.prototype.forEach;
|
||||
}
|
||||
if (DataTransferItemList.prototype.forEach === undefined) {
|
||||
if (DataTransferItemList && DataTransferItemList.prototype.forEach === undefined) {
|
||||
DataTransferItemList.prototype.forEach = Array.prototype.forEach;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user