Calendar: Force display CSS attribute to deal with egw.getHiddenDimensions causing idden calendars

This commit is contained in:
nathan 2023-07-26 09:31:59 -06:00
parent d464327074
commit fa2b84206d

View File

@ -984,7 +984,8 @@ export class et2_calendar_timegrid extends et2_calendar_view implements et2_IDet
{
// Hidden on another tab, or no days for some reason
var dim = egw.getHiddenDimensions(this.days, false);
day_width = ( dim.w /Math.max(daycols_needed,1));
day_width = (dim.w / Math.max(daycols_needed, 1));
this.div.get(0).style.display = "";
}
// Create any needed widgets - otherwise, we'll just recycle