mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat: enhance configuration and environment setup for SSH sandbox and Creators Platform; update local excludes and improve component logic in the web app
This commit is contained in:
@ -172,9 +172,10 @@ export const useEdgesInteractions = () => {
|
||||
}
|
||||
})
|
||||
setEdges(newEdges)
|
||||
workflowStore.setState({ edgeMenu: undefined })
|
||||
handleSyncWorkflowDraft()
|
||||
saveStateToHistory(WorkflowHistoryEvent.EdgeDelete)
|
||||
}, [getNodesReadOnly, collaborativeWorkflow, handleSyncWorkflowDraft, saveStateToHistory])
|
||||
}, [getNodesReadOnly, collaborativeWorkflow, workflowStore, handleSyncWorkflowDraft, saveStateToHistory])
|
||||
|
||||
const handleEdgeDeleteById = useCallback((edgeId: string) => {
|
||||
if (getNodesReadOnly())
|
||||
|
||||
Reference in New Issue
Block a user