Remove hash spy for now

This commit is contained in:
Fabio Berger
2018-08-06 15:39:21 -04:00
parent b2b3c24fd2
commit 1a89905ab9
3 changed files with 0 additions and 4 deletions

View File

@@ -69,7 +69,6 @@ export class AnchorTitle extends React.Component<AnchorTitleProps, AnchorTitleSt
</div>
<ScrollLink
to={this.props.id}
hashSpy={true}
offset={headerSizeToScrollOffset[this.props.headerSize]}
duration={constants.DOCS_SCROLL_DURATION_MS}
containerId={constants.DOCS_CONTAINER_ID}