We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361cfce commit 4615b36Copy full SHA for 4615b36
src/tpl/frontend/index.js
@@ -835,7 +835,7 @@
835
}
836
837
var nodir = Array.prototype.slice.call(files).every(function (file) {
838
- return !file.webkitRelativePath;
+ return !file.webkitRelativePath || file.webkitRelativePath.indexOf('/') < 0;
839
});
840
if (nodir) {
841
onClickOptFile(); // prevent clear input files
0 commit comments