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:
parent
7ed1ab208c
commit
9ddbfb0df8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user