Skip to content

Commit

Permalink
Revert "Fix: timeline height (#3618)"
Browse files Browse the repository at this point in the history
This reverts commit 583198d.
  • Loading branch information
katspaugh committed Apr 6, 2024
1 parent b3df5f3 commit 7e8f3d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/plugins/timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ class TimelinePlugin extends BasePlugin<TimelinePluginEvents, TimelinePluginOpti
}

private initTimelineWrapper(): HTMLElement {
return createElement('div', {
part: 'timeline-wrapper',
style: { pointerEvents: 'none', height: `${this.options.height}px` },
})
return createElement('div', { part: 'timeline-wrapper', style: { pointerEvents: 'none' } })
}

// Return how many seconds should be between each notch
Expand Down

0 comments on commit 7e8f3d8

Please sign in to comment.