Remove hash spy for now
This commit is contained in:
parent
b2b3c24fd2
commit
1a89905ab9
@ -204,7 +204,6 @@ export function Type(props: TypeProps): any {
|
|||||||
<ScrollLink
|
<ScrollLink
|
||||||
to={typeDefinitionAnchorId}
|
to={typeDefinitionAnchorId}
|
||||||
offset={0}
|
offset={0}
|
||||||
hashSpy={true}
|
|
||||||
duration={sharedConstants.DOCS_SCROLL_DURATION_MS}
|
duration={sharedConstants.DOCS_SCROLL_DURATION_MS}
|
||||||
containerId={sharedConstants.DOCS_CONTAINER_ID}
|
containerId={sharedConstants.DOCS_CONTAINER_ID}
|
||||||
>
|
>
|
||||||
|
@ -69,7 +69,6 @@ export class AnchorTitle extends React.Component<AnchorTitleProps, AnchorTitleSt
|
|||||||
</div>
|
</div>
|
||||||
<ScrollLink
|
<ScrollLink
|
||||||
to={this.props.id}
|
to={this.props.id}
|
||||||
hashSpy={true}
|
|
||||||
offset={headerSizeToScrollOffset[this.props.headerSize]}
|
offset={headerSizeToScrollOffset[this.props.headerSize]}
|
||||||
duration={constants.DOCS_SCROLL_DURATION_MS}
|
duration={constants.DOCS_SCROLL_DURATION_MS}
|
||||||
containerId={constants.DOCS_CONTAINER_ID}
|
containerId={constants.DOCS_CONTAINER_ID}
|
||||||
|
@ -94,7 +94,6 @@ export class NestedSidebarMenu extends React.Component<NestedSidebarMenuProps, N
|
|||||||
key={`menuItem-${menuItemName}`}
|
key={`menuItem-${menuItemName}`}
|
||||||
to={id}
|
to={id}
|
||||||
offset={0}
|
offset={0}
|
||||||
hashSpy={true}
|
|
||||||
duration={constants.DOCS_SCROLL_DURATION_MS}
|
duration={constants.DOCS_SCROLL_DURATION_MS}
|
||||||
containerId={constants.DOCS_CONTAINER_ID}
|
containerId={constants.DOCS_CONTAINER_ID}
|
||||||
>
|
>
|
||||||
@ -125,7 +124,6 @@ export class NestedSidebarMenu extends React.Component<NestedSidebarMenuProps, N
|
|||||||
<ScrollLink
|
<ScrollLink
|
||||||
to={id}
|
to={id}
|
||||||
offset={0}
|
offset={0}
|
||||||
hashSpy={true}
|
|
||||||
duration={constants.DOCS_SCROLL_DURATION_MS}
|
duration={constants.DOCS_SCROLL_DURATION_MS}
|
||||||
containerId={constants.DOCS_CONTAINER_ID}
|
containerId={constants.DOCS_CONTAINER_ID}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user