|
@@ -217,6 +217,7 @@
|
|
|
}
|
|
}
|
|
|
function addQuestion(titleItem) {
|
|
function addQuestion(titleItem) {
|
|
|
currentTitleItem.value = titleItem
|
|
currentTitleItem.value = titleItem
|
|
|
|
|
+ questionPage.multipleSelection = []
|
|
|
questionPage.showDialog = true
|
|
questionPage.showDialog = true
|
|
|
search()
|
|
search()
|
|
|
}
|
|
}
|