Skip to content

Commit

Permalink
Fix translation events handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Guitlle committed Jul 31, 2024
1 parent 8e24b12 commit 487e396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapp/js/components/processing/singleProcessingStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class SingleProcessingStore extends Reflux.Store {
processingActions.requestAutoTranslation.completed.listen(
this.onRequestAutoTranslationCompleted.bind(this)
);
processingActions.requestAutoTranslation.completed.listen(
processingActions.requestAutoTranslation.in_progress.listen(
this.onRequestAutoTranslationInProgress.bind(this)
);
processingActions.requestAutoTranslation.failed.listen(
Expand Down

0 comments on commit 487e396

Please sign in to comment.