From 49f9d8b760bd0cee500070fb0dfc02a259c11456 Mon Sep 17 00:00:00 2001 From: Anirban Kar Date: Sun, 17 Nov 2024 14:24:29 +0530 Subject: [PATCH] chore: ui fix --- app/lib/stores/workbench.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/stores/workbench.ts b/app/lib/stores/workbench.ts index 3e9806c..1dbfc5b 100644 --- a/app/lib/stores/workbench.ts +++ b/app/lib/stores/workbench.ts @@ -309,7 +309,7 @@ export class WorkbenchStore { if (!isStreaming) { await artifact.runner.runAction(data); - this.resetCurrentDocument(); + this.resetAllFileModifications(); } } else { await artifact.runner.runAction(data);