Remove merge conflict
This commit is contained in:
parent
6c7e09b8c8
commit
e4f9eca9dd
2 changed files with 1 additions and 8 deletions
|
@ -21,7 +21,7 @@ export default class Combine extends UIElement {
|
|||
return elements;
|
||||
}
|
||||
|
||||
protected InnerUpdate(htmlElement: HTMLElement) {
|
||||
InnerUpdate(htmlElement: HTMLElement) {
|
||||
for (const element of this.uiElements) {
|
||||
if (element instanceof UIElement) {
|
||||
element.Update();
|
||||
|
|
7
index.ts
7
index.ts
|
@ -3,11 +3,7 @@ import {Changes} from "./Logic/Changes";
|
|||
import {ElementStorage} from "./Logic/ElementStorage";
|
||||
import {UIEventSource} from "./UI/UIEventSource";
|
||||
import {UserBadge} from "./UI/UserBadge";
|
||||
<<<<<<< HEAD
|
||||
import {Basemap, BaseLayers} from "./Logic/Basemap";
|
||||
=======
|
||||
import {BaseLayers, Basemap} from "./Logic/Basemap";
|
||||
>>>>>>> 084a1d0c499c2d747ac5441aa8a6ce74f49ecf09
|
||||
import {PendingChanges} from "./UI/PendingChanges";
|
||||
import {CenterMessageBox} from "./UI/CenterMessageBox";
|
||||
import {Helpers} from "./Helpers";
|
||||
|
@ -331,7 +327,6 @@ const openFilterButton = `
|
|||
|
||||
new CheckBox(new Combine([new LayerSelection(flayers), openFilterButton]), closedFilterButton).AttachTo("filter__selection")
|
||||
|
||||
<<<<<<< HEAD
|
||||
// --------------- Setting up basemap dropdown --------
|
||||
|
||||
let baseLayerOptions = [];
|
||||
|
@ -345,5 +340,3 @@ console.log(bm.CurrentLayer.data);
|
|||
|
||||
|
||||
new DropDown(`label`, baseLayerOptions, bm.CurrentLayer).AttachTo("filter__selection");
|
||||
=======
|
||||
>>>>>>> 084a1d0c499c2d747ac5441aa8a6ce74f49ecf09
|
||||
|
|
Loading…
Reference in a new issue