forked from platypush/platypush
Do not emit input event from the light component upon update
It may be an incomplete update that breaks the UI, and it will be overwritten by the backend event anyway
This commit is contained in:
parent
e8f4b7c10e
commit
088cf23958
1 changed files with 0 additions and 2 deletions
|
@ -161,8 +161,6 @@ export default {
|
||||||
...attrs,
|
...attrs,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
this.$emit('input', attrs)
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue