We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed5d57 commit c138a18Copy full SHA for c138a18
src/pages/demo/index.jsx
@@ -119,7 +119,7 @@ const ProDemo = () => {
119
return (
120
<FixTabPanel>
121
{/* <OrbitingCirclesDemo /> */}
122
- <ScriptView showMultiplePackageOptions={true} codeLanguage="shell" commandMap={customCommandMap} />
+ {/* <ScriptView showMultiplePackageOptions={true} codeLanguage="shell" commandMap={customCommandMap} /> */}
123
{/* <section style={{ height: 240, overflow: 'hidden', margin: 20 }}>
124
<AnimatedList>
125
{Array.from({ length: 10 }, () => ({
0 commit comments