Skip to content

Commit 46d5641

Browse files
committed
feat: delete script view
1 parent 481bf86 commit 46d5641

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/demo/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ const ProDemo = () => {
119119
return (
120120
<FixTabPanel>
121121
{/* <OrbitingCirclesDemo /> */}
122-
<ScriptView showMultiplePackageOptions={true} codeLanguage="shell" commandMap={customCommandMap} />
123-
<section style={{ height: 240, overflow: 'hidden', margin: 20 }}>
122+
{/* <ScriptView showMultiplePackageOptions={true} codeLanguage="shell" commandMap={customCommandMap} /> */}
123+
{/* <section style={{ height: 240, overflow: 'hidden', margin: 20 }}>
124124
<AnimatedList>
125125
{Array.from({ length: 10 }, () => ({
126126
id: Math.random(),
@@ -134,7 +134,7 @@ const ProDemo = () => {
134134
</div>
135135
))}
136136
</AnimatedList>
137-
</section>
137+
</section> */}
138138
{/* <section className="flex items-center justify-center gap-5">
139139
<DraggableList items={items} onChange={handleReorder} className="w-[600px] max-w-md cursor-move" />
140140
</section> */}

0 commit comments

Comments
 (0)