mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 19:08:44 +02:00
Calendar: Fix current time line sometimes missing in planner view
This commit is contained in:
@@ -852,6 +852,7 @@ var et2_calendar_planner = /** @class */ (function (_super) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
this.now_div.appendTo(this.grid)
|
this.now_div.appendTo(this.grid)
|
||||||
|
.show()
|
||||||
.css('left', row._time_to_position(now) + '%');
|
.css('left', row._time_to_position(now) + '%');
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
|
@@ -1095,6 +1095,7 @@ export class et2_calendar_planner extends et2_calendar_view implements et2_IDeta
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
this.now_div.appendTo(this.grid)
|
this.now_div.appendTo(this.grid)
|
||||||
|
.show()
|
||||||
.css('left', row._time_to_position(now) + '%');
|
.css('left', row._time_to_position(now) + '%');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user