Skip to content

Commit

Permalink
fixes a bug where time display wasnt hidden after enabling the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorriegler committed Aug 19, 2020
1 parent e769a63 commit ff7a3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Presenter {

changeDuration(duration) {
debugTime('change duration', duration)
this.durationChanged(duration)
this.indicator.displayDuration(duration)
this.eggTimer.init(duration)
this.pause()
}
Expand Down

0 comments on commit ff7a3fd

Please sign in to comment.