|
@@ -351,8 +351,8 @@ function chooseScore(score: number) {
|
|
markStore.currentScore = undefined;
|
|
markStore.currentScore = undefined;
|
|
} else {
|
|
} else {
|
|
markStore.currentScore = score;
|
|
markStore.currentScore = score;
|
|
- markStore.currentSpecialTag = undefined;
|
|
|
|
}
|
|
}
|
|
|
|
+ markStore.currentSpecialTag = undefined;
|
|
markStore.currentSpecialTagType = undefined;
|
|
markStore.currentSpecialTagType = undefined;
|
|
}
|
|
}
|
|
|
|
|