parent
41fd31e6a5
commit
087b378e58
1 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@ class IDEView extends React.Component {
|
||||||
defaultSize={'50%'}
|
defaultSize={'50%'}
|
||||||
onChange={() => { this.overlay.style.display = 'block'; }}
|
onChange={() => { this.overlay.style.display = 'block'; }}
|
||||||
onDragFinished={() => { this.overlay.style.display = 'none'; }}
|
onDragFinished={() => { this.overlay.style.display = 'none'; }}
|
||||||
|
resizerStyle={{ marginRight: '5px' }}
|
||||||
>
|
>
|
||||||
<SplitPane
|
<SplitPane
|
||||||
split="horizontal"
|
split="horizontal"
|
||||||
|
|
Loading…
Reference in a new issue