fix: sync vibe apply immediately

This commit is contained in:
yyh 2025-12-27 15:36:02 +08:00
parent f4427241b1
commit 6b6d6e9434
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ export const useWorkflowVibe = () => {
setNodes(vibePanelPreviewNodes)
setEdges(vibePanelPreviewEdges)
saveStateToHistory(WorkflowHistoryEvent.NodeAdd, { nodeId: vibePanelPreviewNodes[0].id })
handleSyncWorkflowDraft()
handleSyncWorkflowDraft(true, true)
workflowStore.setState(state => ({
...state,