Skip to content

Commit

Permalink
fix(timeline): groups not drawn on mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Nov 25, 2021
1 parent 79dd823 commit d153aa6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ export default defineComponent({
const groupG = new PIXI.Graphics()
event.groupG = groupG
eventContainer.addChild(groupG)
event.group.oldSize = null
drawEventGroup(event)
} else if (event.group.lastEvent === event) {
drawEventGroup(event.group.firstEvent)
Expand Down

0 comments on commit d153aa6

Please sign in to comment.