Skip to content

Commit

Permalink
remove dash from id
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed Apr 5, 2024
1 parent 26450a2 commit c6bdd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webmap/src/control/ContextMenuControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {insertCss, removeCss} from "../util/Util";
export default class ContextMenuControl extends L.Control {
private readonly _pl3xmap: Pl3xMap;
private _dom: HTMLDivElement = L.DomUtil.create('div');
private _id: string = 'pl3xmap-content-menu';
private _id: string = 'pl3xmap-contentmenu';


constructor(pl3xmap: Pl3xMap) {
Expand Down

0 comments on commit c6bdd76

Please sign in to comment.