We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdbe5f commit 9d71925Copy full SHA for 9d71925
1 file changed
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