Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Sarah Vaupel 2020-08-17 11:30:59 +02:00
parent 6244a250ee
commit f1411853ad

View File

@ -513,7 +513,7 @@ export class ExamCorrect {
}
userElem.appendChild(list);
if (hasMore === true) {
const moreElem = this._userInputCandidatesMore.cloneNode(true); // TODO I'm lazy
const moreElem = this._userInputCandidatesMore.cloneNode(true);
moreElem.removeAttribute('id');
moreElem.hidden = false;
userElem.appendChild(moreElem);