This commit is contained in:
cyi1341 2024-02-16 21:54:57 +08:00
parent 21ab8f3385
commit 6be0448bb8
1 changed files with 2 additions and 1 deletions

View File

@ -1203,7 +1203,7 @@
}
}
if (possibleCategories.length > 0) {
if (possibleCategories.length > 0 && !isSubmitted) {
var reviewCategoryTexts = ''
var reviewCategoryFinalString = ''
var reviewCategoryChoice = []
@ -1234,3 +1234,4 @@
}
}
})();