1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-11 16:18:10 +00:00

added flowComplete callback call;

This commit is contained in:
lgtst 2023-01-12 04:22:46 +00:00
parent 7ed1ab208c
commit 9ddbfb0df8

View File

@ -1094,6 +1094,12 @@ export class Survey extends VisualStim
}
}
if (surveyBlock.name === "root")
{
// At this point we went through the entire survey flow tree.
this._onFlowComplete();
}
return nodeExitCode;
}