Merge branch 'eecorrectr' of gitlab2.rz.ifi.lmu.de:uni2work/uni2work into eecorrectr

This commit is contained in:
Sarah Vaupel 2020-08-17 11:33:51 +02:00
commit c9cf590d84

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);