mirror of
https://github.com/maputnik/editor.git
synced 2026-01-07 14:00:01 +00:00
Add layer settings component
This commit is contained in:
@@ -21,7 +21,12 @@ class LayerTypeDragHandle extends React.Component {
|
||||
render() {
|
||||
return <LayerIcon
|
||||
{...this.props}
|
||||
style={{width: 15, height: 15, paddingRight: 3}}
|
||||
style={{
|
||||
cursor: 'move',
|
||||
width: 15,
|
||||
height: 15,
|
||||
paddingRight: margins[0],
|
||||
}}
|
||||
/>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user