Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
forgot to tag code with issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Aug 30, 2014
1 parent cf6d22c commit fb25827
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/element-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit fb25827

Please sign in to comment.