Icinga.Loader.prototype.renderContentToContainer(): preserve scroll position despite the focus

This commit is contained in:
Alexander A. Klimov 2018-01-19 15:32:54 +01:00
parent 0abff5f643
commit 68870ca411
1 changed files with 1 additions and 1 deletions

View File

@ -878,7 +878,7 @@
}
if (scrollPos !== false) {
$container.scrollTop(scrollPos);
setTimeout($container.scrollTop.bind($container), 0, scrollPos);
}
var icinga = this.icinga;
//icinga.events.applyHandlers($container);