Skip to content

Commit

Permalink
Remove height from demo as it breaks safari
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Jul 19, 2017
1 parent 08aaef0 commit c3a7bc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,11 @@ class App extends Component {
onLoad={this.onLoad}
onChange={this.onChange}
onSelectionChange={this.onSelectionChange}
value={this.state.value}
fontSize={this.state.fontSize}
height="100%"
showPrintMargin={this.state.showPrintMargin}
showGutter={this.state.showGutter}
highlightActiveLine={this.state.highlightActiveLine}
value={this.state.value}
setOptions={{
enableBasicAutocompletion: this.state.enableBasicAutocompletion,
enableLiveAutocompletion: this.state.enableLiveAutocompletion,
Expand All @@ -244,7 +243,6 @@ class App extends Component {
onLoad={this.onLoad}
onChange={this.onChange}
fontSize={${this.state.fontSize}}
height="100%"
showPrintMargin={${this.state.showPrintMargin}}
showGutter={${this.state.showGutter}}
highlightActiveLine={${this.state.highlightActiveLine}}
Expand Down

0 comments on commit c3a7bc5

Please sign in to comment.