core44
Results
1
comments of
core44
Think this line in frappe-gantt.js should be outside the else condition. It's currently breaking custom_popup_html because they don't get shown. ``` // SJ fix popup overlaying bars this.parent.style.display = 'block';...