mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 12:11:53 +00:00
fix(countdown): Hide when finish
This commit is contained in:
parent
fd218a2017
commit
97e8ddb030
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ export default {
|
|||
onCancelled: cleanup,
|
||||
onRejected: cleanup,
|
||||
onResolved: () => {
|
||||
cleanup()
|
||||
this.runCapture()
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue