@woosmap/ui 4.0.1 → 4.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -390,7 +390,7 @@ class Dropdown extends Component {
390
390
  onMouseEnter={this.onMouseEnter}
391
391
  onMouseLeave={this.onMouseLeave}
392
392
  />
393
- {childrenWithProps}
393
+ {open && childrenWithProps}
394
394
  </div>
395
395
  );
396
396
  }