I’m currently implementing inline edit in a react app, when props change from outside during an edit and the scheduler re-renders, I need to reenter the edit, which works just fine with Scheduler.control.events.edit(event), but the text is highlighted, is there an option to enter the edit mode without the text highlighted or would it posible to add this as an option when calling Scheduler.control.events.edit(event)?