|
@@ -18,7 +18,7 @@ export class Page extends React.Component {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
componentDidMount() {
|
|
componentDidMount() {
|
|
|
- // depth option
|
|
|
|
|
|
|
+ // process depth option
|
|
|
const optDepth = this.props.lsxContext.getOptDepth();
|
|
const optDepth = this.props.lsxContext.getOptDepth();
|
|
|
if (optDepth !== undefined) {
|
|
if (optDepth !== undefined) {
|
|
|
const depth = this.props.depth;
|
|
const depth = this.props.depth;
|