mirror of
https://github.com/maputnik/editor.git
synced 2026-08-19 03:27:38 +00:00
Fix build
This commit is contained in:
@@ -84,9 +84,7 @@ class ExpressionPropertyInternal extends React.Component<ExpressionPropertyInter
|
||||
onFocus={this.props.onFocus}
|
||||
onBlur={this.props.onBlur}
|
||||
value={value}
|
||||
lineNumbers={false}
|
||||
maxHeight={200}
|
||||
lineWrapping={true}
|
||||
onChange={this.props.onChange}
|
||||
/>
|
||||
</Block>;
|
||||
|
||||
Reference in New Issue
Block a user