fix(countdown): Hide when finish

This commit is contained in:
Tixie 2019-06-10 13:13:16 +02:00
parent fd218a2017
commit 97e8ddb030

View file

@ -108,6 +108,7 @@ export default {
onCancelled: cleanup,
onRejected: cleanup,
onResolved: () => {
cleanup()
this.runCapture()
}
})