From 3782621f678b469dd8fcb327ff0a7c70ca2e6509 Mon Sep 17 00:00:00 2001 From: arpitnath Date: Thu, 17 Aug 2023 11:50:12 +0530 Subject: [PATCH] fix: creation of events --- frontend/src/Editor/Inspector/EventManager.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/Inspector/EventManager.jsx b/frontend/src/Editor/Inspector/EventManager.jsx index 18afbc1caf..87a1b483ef 100644 --- a/frontend/src/Editor/Inspector/EventManager.jsx +++ b/frontend/src/Editor/Inspector/EventManager.jsx @@ -219,7 +219,7 @@ export const EventManager = ({ eventIndex: eventIndex, }); setEvents(newEvents); - eventsChanged(newEvents, null, false, true); + eventsChanged(newEvents, false, true); } //following two are functions responsible for on change and value for the control specific actions