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 4be089b commit 4cce7dfCopy full SHA for 4cce7df
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