feat: code transform node editor support insert var by add slash or left brace (#3946)

Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
Joel
2024-04-28 17:51:58 +08:00
committed by GitHub
parent e7b4d024ee
commit 3e992cb23c
8 changed files with 221 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ export const useWorkflowInteractions = () => {
const handleCancelDebugAndPreviewPanel = useCallback(() => {
workflowStore.setState({
showDebugAndPreviewPanel: false,
workflowRunningData: undefined,
})
handleNodeCancelRunningStatus()
handleEdgeCancelRunningStatus()