Skip to content

Commit 4cce7df

Browse files
committed
fix #92: Hide question text box when question is aborted
1 parent 4be089b commit 4cce7df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ProjectPlayer.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ ProjectScene {
9191
questionLoader.item.clear();
9292
questionLoader.item.question = question;
9393
}
94+
95+
onQuestionAborted: questionLoader.active = false
9496
}
9597

9698
function start() {

0 commit comments

Comments
 (0)