Skip to content

Commit

Permalink
fix: first render of monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Dec 16, 2022
1 parent c052bae commit 4435de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/default/lwc/eventTimeline/eventTimeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export default class EventTimeline extends LightningElement {
.select(rootElement)
.append('div')
.style('visibility', 'hidden');

this.drawTimeline();
}

drawTimeline() {
Expand Down

0 comments on commit 4435de2

Please sign in to comment.