mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
forgot to tag code with issue number
This commit is contained in:
parent
cf6d22c5e0
commit
fb25827672
1 changed files with 4 additions and 0 deletions
|
|
@ -638,6 +638,10 @@ var onKeyPressed = function(ev) {
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
// https://github.com/gorhill/uBlock/issues/190
|
||||
// May need to dynamically adjust the height of the overlay + new position
|
||||
// of highlighted elements.
|
||||
|
||||
var onScrolled = function(ev) {
|
||||
var newHeight = this.scrollY + this.innerHeight;
|
||||
if ( newHeight > svgHeight ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue