resize when displaying solution

pull/1/head
Svein-Tore Griff With 2015-02-18 18:08:57 +01:00
parent 061c15a2d6
commit f064ad59d5
1 changed files with 1 additions and 0 deletions

View File

@ -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.