mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 16:31:16 +01:00
Stop LayerEditor using same DOM elements for different layers.
This commit is contained in:
parent
e4ec1d155a
commit
00ab303e44
1 changed files with 1 additions and 0 deletions
|
@ -645,6 +645,7 @@ export default class App extends React.Component {
|
|||
/>
|
||||
|
||||
const layerEditor = selectedLayer ? <LayerEditor
|
||||
key={selectedLayer.id}
|
||||
layer={selectedLayer}
|
||||
layerIndex={this.state.selectedLayerIndex}
|
||||
isFirstLayer={this.state.selectedLayerIndex < 1}
|
||||
|
|
Loading…
Reference in a new issue