Skip to content

Commit

Permalink
fix(Upload): drag upload no trigger onDrop
Browse files Browse the repository at this point in the history
  • Loading branch information
tao1991123 committed Mar 11, 2019
1 parent 1b00d8f commit 5f58f29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/upload/upload.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ class Upload extends Base {

onDrop = files => {
this.onSelect(files);
this.props.onDrop(files);
};

/**
Expand Down

0 comments on commit 5f58f29

Please sign in to comment.