mirror of
https://github.com/maputnik/editor.git
synced 2026-07-27 08:17:26 +00:00
Merge remote-tracking branch 'upstream/master' into feature/make-layer-visibility-always-shown
Conflicts: src/components/layers/LayerListItem.jsx
This commit is contained in:
@@ -122,7 +122,7 @@ class LayerListItem extends React.Component {
|
||||
/>
|
||||
<IconAction
|
||||
wdKey={"layer-list-item:"+this.props.layerId+":toggle-visibility"}
|
||||
action={this.props.visibility === 'visible' ? 'hide' : 'show'}
|
||||
action={this.props.visibility === 'visible' ? 'show' : 'hide'}
|
||||
classBlockName="visibility"
|
||||
onClick={e => this.props.onLayerVisibilityToggle(this.props.layerId)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user