in frontend/src/common/components/hocr/hocr-document/hocr-document.component.tsx [106:111]
public componentDidMount() {
if ( this.viewportRef) {
this.props.autoFocusId && this.scrollTo(getNodeById(this.viewportRef, this.props.autoFocusId));
this.props.hightlightPageIndex && this.hightlightPage(this.props.hightlightPageIndex);
}
}