mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix calendar view no longer works in mobile view
This commit is contained in:
parent
0bd9ec1cf2
commit
95c2bdb6b4
@ -92,7 +92,7 @@ export class SidemenuDate extends Et2Date
|
||||
await super.init();
|
||||
|
||||
// This needs to wait until after everything is created
|
||||
if(this._instance.daysContainer !== undefined)
|
||||
if(this._instance?.daysContainer !== undefined)
|
||||
{
|
||||
this._instance.weekNumbers.addEventListener("mouseover", this._handleDayHover);
|
||||
this._instance.weekNumbers.addEventListener("mouseout", this._clearHover);
|
||||
|
Loading…
Reference in New Issue
Block a user