Skip to content

Commit

Permalink
Merge pull request #777 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ujbolivar committed Jun 11, 2024
2 parents 173d253 + e2c8b6f commit ddd5d4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [0.1.285](https://github.com/eea/volto-arcgis-block/compare/0.1.284...0.1.285) - 11 June 2024

#### :hammer_and_wrench: Others

- CLMS-3246 (bug): Area measurement dropdown button now loads the widget information for area measurement correctly on first click [Unai Bolivar - [`cdd501c`](https://github.com/eea/volto-arcgis-block/commit/cdd501c1aa8890532177292c5df03a57b83a5f66)]
### [0.1.284](https://github.com/eea/volto-arcgis-block/compare/0.1.283...0.1.284) - 7 June 2024

#### :hammer_and_wrench: Others
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-arcgis-block",
"version": "0.1.284",
"version": "0.1.285",
"description": "volto-arcgis-block: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: CodeSyntax",
Expand Down
2 changes: 1 addition & 1 deletion src/components/MapViewer/MeasurementWidget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class MeasurementWidget extends React.Component {
// By invoking the setState, we notify the state we want to reach
// and ensure that the component is rendered again
this.setState({ showMapMenu: true });
this.areaMeasurement();
//this.areaMeasurement();
document
.querySelector('#measurement_area .ccl-expandable__button')
.nextElementSibling.appendChild(
Expand Down

0 comments on commit ddd5d4f

Please sign in to comment.