mirror of
https://github.com/maputnik/editor.git
synced 2025-12-24 15:10:01 +00:00
Load OL3 code only once we need it
This commit is contained in:
@@ -5,7 +5,7 @@ class StringInput extends React.Component {
|
||||
static propTypes = {
|
||||
value: React.PropTypes.string,
|
||||
style: React.PropTypes.object,
|
||||
onChange: React.PropTypes.func.isRequired,
|
||||
onChange: React.PropTypes.func,
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user