mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c4af53417e
commit
9dd54e99cc
@ -390,7 +390,7 @@ class CanonicalFragmentIdentifier
|
|||||||
while true
|
while true
|
||||||
target = cdoc.elementFromPoint x, y
|
target = cdoc.elementFromPoint x, y
|
||||||
if not target or target.localName == 'html'
|
if not target or target.localName == 'html'
|
||||||
log("No element at (#{ x }, #{ y })")
|
# log("No element at (#{ x }, #{ y })")
|
||||||
return null
|
return null
|
||||||
|
|
||||||
name = target.localName
|
name = target.localName
|
||||||
|
Loading…
x
Reference in New Issue
Block a user