mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 15:40:00 +00:00
Better support for expressions
- Expression editing state - CodeMirror JSON editor - Improved styling
This commit is contained in:
@@ -28,6 +28,7 @@ class InputBlock extends React.Component {
|
||||
data-wd-key={this.props["data-wd-key"]}
|
||||
className={classnames({
|
||||
"maputnik-input-block": true,
|
||||
"maputnik-input-block--wide": this.props.wideMode,
|
||||
"maputnik-action-block": this.props.action
|
||||
})}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user