chore: ui fix

This commit is contained in:
Anirban Kar 2024-11-17 14:24:29 +05:30
parent c0873bc552
commit 49f9d8b760

View File

@ -309,7 +309,7 @@ export class WorkbenchStore {
if (!isStreaming) {
await artifact.runner.runAction(data);
this.resetCurrentDocument();
this.resetAllFileModifications();
}
} else {
await artifact.runner.runAction(data);