Skip to content

Commit d53614a

Browse files
author
peterdivvito
authored
Issue FineUploader#130 No thumbnails when files dropped
1 parent 3c90a5c commit d53614a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gallery/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Gallery extends Component {
5353
this._onStatusChange = (id, oldStatus, status) => {
5454
const visibleFiles = this.state.visibleFiles
5555

56-
if (status === statusEnum.SUBMITTING) {
56+
if (status === statusEnum.SUBMITTED) {
5757
visibleFiles.push({ id })
5858
this.setState({ visibleFiles })
5959
}

0 commit comments

Comments
 (0)