Merge remote-tracking branch 'upstream/master' into feature/accessibility-list-reorder

Conflicts:
	src/components/App.jsx
This commit is contained in:
orangemug
2018-06-03 09:22:02 +01:00
6 changed files with 125 additions and 2 deletions

View File

@@ -178,6 +178,7 @@ class LayerListContainer extends React.Component {
<div className="maputnik-default-property">
<div className="maputnik-multibutton">
<button
id="skip-menu"
onClick={this.toggleLayers.bind(this)}
className="maputnik-button">
{this.state.areAllGroupsExpanded === true ? "Collapse" : "Expand"}