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:
Fabio Manganiello 2022-05-01 21:08:02 +02:00
parent e8f4b7c10e
commit 088cf23958
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 0 additions and 2 deletions

View File

@ -161,8 +161,6 @@ export default {
...attrs,
}
})
this.$emit('input', attrs)
},
},