background-check
background-check copied to clipboard
Remove spurious "x is not a target" exceptions when refresh called on a target offscreen
Currently if you try to .refresh() an element off screen, found will not get set to true, and check throws the "x is not a target" exception. I don't think the caller should have to check if the element is on screen, so this just suppresses the error in this case.