After upgrading daypilot from 2019 to 2021, I found that when I am trying to add eventlistner, for 'dblclick', it is not working.
Code :-
const specialElement = doucment.getElementsByClassName('inline-edit-special')[0];
specialElement.addEventListener("dblclick", this.getDoubleListener(areaElement));
but double click is not working.