Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
6244a250ee
commit
f1411853ad
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user