We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbdbe5f + 9d71925 commit 22f6583Copy full SHA for 22f6583
src/controls/minimap.ts
@@ -283,6 +283,8 @@ export class MinimapControl
283
this.#miniMapCanvas = miniMap.getCanvasContainer()
284
this.#miniMapCanvas.addEventListener('wheel', this.#preventDefault)
285
this.#miniMapCanvas.addEventListener('mousewheel', this.#preventDefault)
286
+
287
+ this.#loaded = true
288
}
289
290
#mouseDown(e: maplibregl.MapMouseEvent)
0 commit comments