Skip to content

Commit

Permalink
chore: ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodacus committed Nov 17, 2024
1 parent c0873bc commit 49f9d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/stores/workbench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export class WorkbenchStore {

if (!isStreaming) {
await artifact.runner.runAction(data);
this.resetCurrentDocument();
this.resetAllFileModifications();
}
} else {
await artifact.runner.runAction(data);
Expand Down

0 comments on commit 49f9d8b

Please sign in to comment.