mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
feat: setup app for static compilation
Breaking change!: initDraggablePath disabled because it breaks the app
This commit is contained in:
@@ -66,7 +66,7 @@ import { SmokeMarker } from "./markers/smokemarker";
|
||||
/* Register the handler for the box selection */
|
||||
L.Map.addInitHook("addHandler", "boxSelect", BoxSelect);
|
||||
|
||||
initDraggablePath(L);
|
||||
//initDraggablePath(L); // TODO: breaks app when compiled
|
||||
|
||||
export class Map extends L.Map {
|
||||
/* Options */
|
||||
|
||||
Reference in New Issue
Block a user