Fix bug
This commit is contained in:
parent
a8c6d0ed90
commit
afc486c031
|
@ -406,6 +406,7 @@
|
||||||
// ファイルだったら
|
// ファイルだったら
|
||||||
if (e.dataTransfer.files.length > 0) {
|
if (e.dataTransfer.files.length > 0) {
|
||||||
Array.from(e.dataTransfer.files).forEach(this.upload);
|
Array.from(e.dataTransfer.files).forEach(this.upload);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// データ取得
|
// データ取得
|
||||||
|
|
Loading…
Reference in New Issue