fix: delete answers without changing expandable (#328)

This commit is contained in:
Raymond Zhou
2023-05-17 11:22:51 -07:00
committed by GitHub
parent be8f9ecc86
commit 741b83bdf2
9 changed files with 378 additions and 98 deletions

View File

@@ -630,6 +630,8 @@ export class OLXParser {
} else {
settings.tolerance = { value: parseInt(toleranceValue), type: 'Number' };
}
} else {
settings.tolerance = { value: null, type: 'None' };
}
if (solutionExplanation) { settings.solutionExplanation = solutionExplanation; }