Fix series image thumbnail highlighting

This commit is contained in:
Bruno Alves de Faria 2016-08-20 11:08:00 -03:00
parent 2d6933fe66
commit 8832f101ad

View File

@ -359,6 +359,9 @@ function loadDisplaySetIntoViewport(data, templateData) {
if (data.renderedCallback && typeof data.renderedCallback === 'function') {
data.renderedCallback(element);
}
// Update the LayoutManagerUpdated session key
layoutManager.updateSession();
}, function(error) {
// If something goes wrong while loading the image, fire the error handler.
errorLoadingHandler(element, imageId, error);