mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 19:06:12 +00:00
excluded the action from execution pipeline
This commit is contained in:
parent
17cfc16d46
commit
c0873bc552
@ -260,7 +260,8 @@ export class WorkbenchStore {
|
||||
this.artifacts.setKey(messageId, { ...artifact, ...state });
|
||||
}
|
||||
addAction(data: ActionCallbackData) {
|
||||
this.addToExecutionQueue(()=>this._addAction(data))
|
||||
this._addAction(data)
|
||||
// this.addToExecutionQueue(()=>this._addAction(data))
|
||||
}
|
||||
async _addAction(data: ActionCallbackData) {
|
||||
const { messageId } = data;
|
||||
|
Loading…
Reference in New Issue
Block a user