chore: ui fix
Browse files
app/lib/stores/workbench.ts
CHANGED
@@ -309,7 +309,7 @@ export class WorkbenchStore {
|
|
309 |
|
310 |
if (!isStreaming) {
|
311 |
await artifact.runner.runAction(data);
|
312 |
-
this.
|
313 |
}
|
314 |
} else {
|
315 |
await artifact.runner.runAction(data);
|
|
|
309 |
|
310 |
if (!isStreaming) {
|
311 |
await artifact.runner.runAction(data);
|
312 |
+
this.resetAllFileModifications();
|
313 |
}
|
314 |
} else {
|
315 |
await artifact.runner.runAction(data);
|