From 002e9c4647f5bda5edbb832956d282cce2a48bce Mon Sep 17 00:00:00 2001 From: orangemug Date: Fri, 17 Nov 2017 13:06:26 +0000 Subject: [PATCH] Fix for new sources definition. --- src/components/layers/LayerEditor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layers/LayerEditor.jsx b/src/components/layers/LayerEditor.jsx index 2184388e..1d43bffe 100644 --- a/src/components/layers/LayerEditor.jsx +++ b/src/components/layers/LayerEditor.jsx @@ -134,7 +134,7 @@ export default class LayerEditor extends React.Component { /> } {this.props.layer.type !== 'raster' && this.props.layer.type !== 'background' && this.changeProperty(null, 'source-layer', v)} />