@eeacms/volto-arcgis-block 0.1.95 → 0.1.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [0.1.96](https://github.com/eea/volto-arcgis-block/compare/0.1.95...0.1.96) - 3 February 2023
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Styles fixing [masanchez85 - [`3787780`](https://github.com/eea/volto-arcgis-block/commit/3787780a50f15fbd836e1c5574b4407ed9784cbd)]
|
|
7
12
|
### [0.1.95](https://github.com/eea/volto-arcgis-block/compare/0.1.94...0.1.95) - 2 February 2023
|
|
8
13
|
|
|
9
14
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
|
@@ -2086,6 +2086,8 @@ class MenuWidget extends React.Component {
|
|
|
2086
2086
|
} else if (layers.length > 0) {
|
|
2087
2087
|
document.querySelector('.info-container').style.display = 'flex';
|
|
2088
2088
|
}
|
|
2089
|
+
this.renderHotspot();
|
|
2090
|
+
/**/
|
|
2089
2091
|
}
|
|
2090
2092
|
|
|
2091
2093
|
getLayerTitle(layer) {
|
|
@@ -2733,7 +2735,6 @@ class MenuWidget extends React.Component {
|
|
|
2733
2735
|
tabIndex="0"
|
|
2734
2736
|
></div>
|
|
2735
2737
|
{<TouchScreenPopup />}
|
|
2736
|
-
{this.renderHotspot()}
|
|
2737
2738
|
</div>
|
|
2738
2739
|
</>
|
|
2739
2740
|
);
|