Faster lookup
This commit is contained in:
parent
be2d3cb3da
commit
e6f634cf9d
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ class VerticalCollapsibleSplit extends React.Component {
|
|||
}
|
||||
|
||||
render () {
|
||||
let {
|
||||
props,
|
||||
state,
|
||||
collapse,
|
||||
} = this;
|
||||
|
||||
return (
|
||||
<div className={'vertical-split'}>
|
||||
<div className='visible-content' data-name={this.props.name}>
|
||||
|
|
Loading…
Reference in a new issue