mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Icinga.Loader.prototype.renderContentToContainer(): preserve scroll position despite the focus
This commit is contained in:
parent
0abff5f643
commit
68870ca411
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user