Skip to content

Commit

Permalink
- Meaning in English for vocabulary
Browse files Browse the repository at this point in the history
  • Loading branch information
thcathy committed Aug 23, 2024
1 parent bcb3159 commit 079f606
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export class TextInterpretationComponent implements OnInit, OnChanges {

ngOnChanges(changes: SimpleChanges) {
if (changes.text) {
this.translatedText = '';
this.translateText();
}
}
Expand Down

0 comments on commit 079f606

Please sign in to comment.