mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-23 03:07:05 +00:00
chore: ui fix
This commit is contained in:
parent
c0873bc552
commit
49f9d8b760
@ -309,7 +309,7 @@ export class WorkbenchStore {
|
|||||||
|
|
||||||
if (!isStreaming) {
|
if (!isStreaming) {
|
||||||
await artifact.runner.runAction(data);
|
await artifact.runner.runAction(data);
|
||||||
this.resetCurrentDocument();
|
this.resetAllFileModifications();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
await artifact.runner.runAction(data);
|
await artifact.runner.runAction(data);
|
||||||
|
Loading…
Reference in New Issue
Block a user