Lightbox_recurring dialog appears twice for updated recurring event

Hi Friends,
When, I update the recurring event using the ‘Edit occurrence’ and save the record. It saved with new entry in the DB. Next time, when I double click to open the same updated record. The lightbox_recurring dialog appears(Do you want to edit the whole set of repeated events?) two times. It should be appear only one time for the edit options as it appears first time.
Please help me to avoid twice repetition of lightbox_recurring dialog.
Settings:
scheduler.config.lightbox_recurring = ‘ask’;

Thank you

Hello @muhammmadahmed_ma ,

It’s hard to suggest why the second modal shows, as the issue, isn’t reproduces on my end, but you can manually hide one of them with the following code:

dhtmlx.modalbox.hide(document.querySelector(".dhtmlx_modal_box"));

Kind regards,