mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 14:14:56 +03:00
Removed "disableInfiniteScroll: true" from demo/index.html
This commit is contained in:
parent
a37ff70c98
commit
0bb0b64200
|
@ -102,7 +102,7 @@ class DemoApp extends React.Component<{},
|
||||||
height="30px"
|
height="30px"
|
||||||
/>
|
/>
|
||||||
</Heading>
|
</Heading>
|
||||||
<RedocStandalone specUrl={proxiedUrl} options={{scrollYOffset: 'nav', disableInfiniteScroll: true}}/>
|
<RedocStandalone specUrl={proxiedUrl} options={{scrollYOffset: 'nav'}}/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user