From c3a7bc5565c81b52d39d8adc90d8b2c93cd03494 Mon Sep 17 00:00:00 2001 From: James Hrisho Date: Wed, 19 Jul 2017 07:48:06 -0400 Subject: [PATCH] Remove height from demo as it breaks safari --- example/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/example/index.js b/example/index.js index 6b2d2bc5..bc53aa26 100644 --- a/example/index.js +++ b/example/index.js @@ -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, @@ -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}}