Added stream flash animation on capture. Closes #43
This commit is contained in:
parent
37dcc2c796
commit
9ac71a081b
2 changed files with 16 additions and 0 deletions
|
|
@ -224,6 +224,9 @@ export default {
|
|||
// Send move request
|
||||
axios.post(this.captureApiUri, params)
|
||||
.then(response => {
|
||||
// Flash the stream (capture animation)
|
||||
this.$root.$emit('globalFlashStream')
|
||||
// Update the global capture list
|
||||
this.$root.$emit('globalUpdateCaptureList')
|
||||
})
|
||||
.catch(error => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue