mirror of https://github.com/gorhill/uBlock.git
this fixes logger v-scroll not being pinned anymore (regression)
This commit is contained in:
parent
52a36ed0ff
commit
c11421d574
|
@ -575,7 +575,7 @@ var renderLogEntries = function(response) {
|
|||
if ( yDelta === 0 ) {
|
||||
return;
|
||||
}
|
||||
var container = uDom.nodeFromId('netInspector');
|
||||
var container = uDom.nodeFromSelector('#netInspector .vscrollable');
|
||||
if ( container.scrollTop !== 0 ) {
|
||||
container.scrollTop += yDelta;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue