Skip to content

Commit

Permalink
1 second delay
Browse files Browse the repository at this point in the history
  • Loading branch information
reinzor committed Jul 6, 2019
1 parent 20bbd24 commit f91b515
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/renderer/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@
active = true
}
})
this.hmiGoalActive = active
setTimeout(() => {
this.hmiGoalActive = active
}, 1000)
})
}
}
Expand Down

0 comments on commit f91b515

Please sign in to comment.