Skip to content

Commit

Permalink
Revert "Fix: init minimap immediately (#3617)"
Browse files Browse the repository at this point in the history
This reverts commit 920514e.
  • Loading branch information
katspaugh committed Apr 1, 2024
1 parent 579da14 commit ab4abee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugins/minimap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ class MinimapPlugin extends BasePlugin<MinimapPluginEvents, MinimapPluginOptions
}

this.initWaveSurferEvents()

Promise.resolve().then(() => {
this.initMinimap()
})
}

private initMinimapWrapper(): HTMLElement {
Expand Down

0 comments on commit ab4abee

Please sign in to comment.