fix: creation of events

This commit is contained in:
arpitnath 2023-08-17 11:50:12 +05:30
parent 08c2510a80
commit 3782621f67

View file

@ -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