Skip to content

Commit

Permalink
Try to eliminate duplicated file uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Feb 9, 2024
1 parent 69b2346 commit 4ab9812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/question_file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1017,8 +1017,8 @@ export class QuestionFileModel extends QuestionFileModelBase {
}
}
doChange = (event: any) => {
var src = event.target || event.srcElement;
this.onChange(src);
// var src = event.target || event.srcElement;
// this.onChange(src);
}
doClean = () => {
if (this.needConfirmRemoveFile) {
Expand Down

0 comments on commit 4ab9812

Please sign in to comment.