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 a55dd78 commit b9c1839Copy full SHA for b9c1839
src/input-file.component.js
@@ -41,7 +41,6 @@ class InputFileComponent {
41
resolve(fileLoaded);
42
}))(file);
43
44
- return event;
45
switch (this.fileFormat) {
46
case 'Text':
47
reader.readAsText(file);
0 commit comments