Skip to content

Commit

Permalink
fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
phndiaye committed Dec 23, 2024
1 parent 8d6b0b0 commit 8609d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/u-edit/shared-modules/drag-and-drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Module {
file: file,
privacy: 'public',
scope: 'anonymous',
onSuccess: this._onSuccess,
onSuccess: this._onSuccess.bind(this),
onFailure: this._removeLoadingState
},
[{ type: 'filetype', value: ['image', 'gif'] }]
Expand Down

0 comments on commit 8609d06

Please sign in to comment.