Skip to content
Snippets Groups Projects
Commit d5dfbff3 authored by syuilo's avatar syuilo
Browse files

[Client] Fix bugh

parent 5aad8d95
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ if (HTMLCollection.prototype.forEach === undefined) {
if (FileList.prototype.forEach === undefined) {
FileList.prototype.forEach = Array.prototype.forEach;
}
if (DataTransferItemList && DataTransferItemList.prototype.forEach === undefined) {
if (window.DataTransferItemList && DataTransferItemList.prototype.forEach === undefined) {
DataTransferItemList.prototype.forEach = Array.prototype.forEach;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment