resize when displaying solution
parent
061c15a2d6
commit
f064ad59d5
|
@ -320,6 +320,7 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
}
|
}
|
||||||
// Trigger finished event.
|
// Trigger finished event.
|
||||||
displayResults();
|
displayResults();
|
||||||
|
self.trigger('resize');
|
||||||
};
|
};
|
||||||
|
|
||||||
// Function for attaching the multichoice to a DOM element.
|
// Function for attaching the multichoice to a DOM element.
|
||||||
|
|
Loading…
Reference in New Issue