Calendar: Fix "now" line in planner view took a minute to show up

This commit is contained in:
nathan 2023-03-30 09:24:32 -06:00
parent deefd1e0ea
commit 14cedcea1a

View File

@ -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);