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