We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188a79c commit 9407c63Copy full SHA for 9407c63
src/ProjectPlayer.qml
@@ -91,6 +91,8 @@ ProjectScene {
91
questionLoader.item.clear();
92
questionLoader.item.question = question;
93
}
94
+
95
+ onQuestionAborted: questionLoader.active = false
96
97
98
function start() {
0 commit comments