Skip to content

Commit

Permalink
Hotfix for playText-button disappears when switching to other languag…
Browse files Browse the repository at this point in the history
…e then english AB#1742
  • Loading branch information
RubenGeo committed Apr 21, 2020
1 parent 35ad07a commit c8f1ce9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2020-04-21

### Fixed
- 2020-04-21: Fix playText-button disappears when switching to other language then english

## [0.1.0] - 2020-04-15

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export class PlayTextAudioComponent implements OnInit {
}

private createPlayer() {
this.isDisabled = false;
this.player = new Howl({
src: this.getSourceUrls(this.key),
preload: true,
Expand Down

0 comments on commit c8f1ce9

Please sign in to comment.