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