fix: copy button stays disabled after Human Input node pause/resume (#32662)

Co-authored-by: User <user@example.com>
This commit is contained in:
不做了睡大觉
2026-03-10 12:12:30 +08:00
committed by GitHub
parent 2a3cc2951b
commit 08b3bce53c

View File

@ -551,6 +551,7 @@ const Result: FC<IResultProps> = ({
}))
},
onWorkflowPaused: ({ data: workflowPausedData }) => {
tempMessageId = workflowPausedData.workflow_run_id
const url = `/workflow/${workflowPausedData.workflow_run_id}/events`
sseGet(
url,