fix: continue question selection after graph updates
This commit is contained in:
@@ -504,6 +504,9 @@ function buildFoundationalDirectQuestion(node) {
|
||||
if (/^who experiences this problem$/i.test(label)) {
|
||||
return "Who experiences this problem?";
|
||||
}
|
||||
if (/^whether other people experience this problem$/i.test(label)) {
|
||||
return "What makes you think other people experience this problem too?";
|
||||
}
|
||||
if (/^what happens when this problem is not resolved$/i.test(label)) {
|
||||
return "What happens when this problem is not resolved?";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user