mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
Fix bug
This commit is contained in:
parent
d06631feb1
commit
1ca6b2fcbd
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue