Skip to content

Commit

Permalink
Merge pull request checkly#53 from DennisLoska/patch-1
Browse files Browse the repository at this point in the history
Bug: togglePause on re-opening popup fixed
  • Loading branch information
tnolet authored May 13, 2019
2 parents 408fcd8 + da0bf03 commit 6e7c473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default {
console.debug('loaded controls', controls)
if (controls) {
this.isRecording = controls.isRecording
this.isPaused = controls._isPaused
this.isPaused = controls.isPaused
}
if (code) {
Expand Down

0 comments on commit 6e7c473

Please sign in to comment.