Skip to content

Commit

Permalink
restore code style
Browse files Browse the repository at this point in the history
  • Loading branch information
lhy committed Nov 16, 2023
1 parent 3946417 commit 9aee6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AjaxUploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ class AjaxUploader extends Component<UploadProps> {
const events = disabled
? {}
: {
onClick: openFileDialogOnClick ? this.onClick : () => { },
onKeyDown: openFileDialogOnClick ? this.onKeyDown : () => { },
onClick: openFileDialogOnClick ? this.onClick : () => {},
onKeyDown: openFileDialogOnClick ? this.onKeyDown : () => {},
onMouseEnter,
onMouseLeave,
onDrop: this.onFileDrop,
Expand Down

0 comments on commit 9aee6ed

Please sign in to comment.