Skip to content

Commit

Permalink
rm incorrect binding of control
Browse files Browse the repository at this point in the history
  • Loading branch information
coastforge-fsc committed Jan 10, 2024
1 parent 9c78711 commit 1947d6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resources/public/js/components/c4g-starboard-scope.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export default class StarboardScope extends Component {
control = new Control({element: element, target: props.target});
let index = mapController.arrComponents.findIndex(element => element.name === "starboardscope");
mapController.arrComponents[index].control = control;
mapController.mapsControls.controls.baselayerSwitcher = control;
}
this.open = this.open.bind(this);
this.close = this.close.bind(this);
Expand Down

0 comments on commit 1947d6c

Please sign in to comment.