mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 18:50:21 +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,
|
onCancelled: cleanup,
|
||||||
onRejected: cleanup,
|
onRejected: cleanup,
|
||||||
onResolved: () => {
|
onResolved: () => {
|
||||||
|
cleanup()
|
||||||
this.runCapture()
|
this.runCapture()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue