|
|
@@ -7,6 +7,7 @@ import { withTranslation } from 'react-i18next';
|
|
|
import PageContainer from '../services/PageContainer';
|
|
|
|
|
|
import { withUnstatedContainers } from './UnstatedUtils';
|
|
|
+import TopOfTableContents from './TopOfTableContents';
|
|
|
import StickyStretchableScroller from './StickyStretchableScroller';
|
|
|
|
|
|
// eslint-disable-next-line no-unused-vars
|
|
|
@@ -33,6 +34,7 @@ const TableOfContents = (props) => {
|
|
|
|
|
|
return (
|
|
|
<>
|
|
|
+ <TopOfTableContents />
|
|
|
<StickyStretchableScroller
|
|
|
contentsElemSelector=".revision-toc .markdownIt-TOC"
|
|
|
stickyElemSelector="#revision-toc"
|