forked from extern/egroupware
Calendar: Fix current time line sometimes missing in planner view
This commit is contained in:
parent
78277a8447
commit
168bb9be99
@ -852,6 +852,7 @@ var et2_calendar_planner = /** @class */ (function (_super) {
|
||||
return false;
|
||||
}
|
||||
this.now_div.appendTo(this.grid)
|
||||
.show()
|
||||
.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;
|
||||
}
|
||||
this.now_div.appendTo(this.grid)
|
||||
.show()
|
||||
.css('left', row._time_to_position(now) + '%');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user