mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Calendar: Fix "now" line in planner view took a minute to show up
This commit is contained in:
parent
deefd1e0ea
commit
14cedcea1a
@ -1996,6 +1996,11 @@ export class et2_calendar_planner extends et2_calendar_view implements et2_IDeta
|
||||
{
|
||||
this.invalidate(false);
|
||||
}
|
||||
})
|
||||
.then(() =>
|
||||
{
|
||||
// Update the "now" line _after_ rows are done
|
||||
this._updateNow();
|
||||
});
|
||||
}, this, this.getInstanceManager().execId,this.id);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user