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 30a38c6 commit a7f08bbCopy full SHA for a7f08bb
src/app/products/products-client.tsx
@@ -129,7 +129,9 @@ export default function ProductsPageClient({ products }: { products: ProductCont
129
130
// Command completed, execute it (use currentCommand to track the correct command)
131
this.text.push(this.currentLine)
132
-
+ this.currentLine = '$ '
133
+ this.cursorPos = 2
134
+
135
// Add flash effect data for the newly added line
136
this.flashEffects = this.flashEffects || []
137
this.flashEffects.push({
0 commit comments