From 088cf23958a75fba94cd8bea881d16694b4585b4 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 1 May 2022 21:08:02 +0200 Subject: [PATCH] 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 --- .../http/webapp/src/components/panels/Entities/Light.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Light.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Light.vue index 9c7dc7b41..c6e1ea394 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Light.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Light.vue @@ -161,8 +161,6 @@ export default { ...attrs, } }) - - this.$emit('input', attrs) }, },