Log scroll data we got via JS
This commit is contained in:
parent
11abb642ab
commit
5b0fc41367
@ -239,6 +239,7 @@ class WebEngineScroller(browsertab.AbstractScroller):
|
|||||||
# This can happen when the callback would get called after
|
# This can happen when the callback would get called after
|
||||||
# shutting down a tab
|
# shutting down a tab
|
||||||
return
|
return
|
||||||
|
log.webview.vdebug(jsret)
|
||||||
assert isinstance(jsret, dict), jsret
|
assert isinstance(jsret, dict), jsret
|
||||||
self._pos_px = QPoint(jsret['px']['x'], jsret['px']['y'])
|
self._pos_px = QPoint(jsret['px']['x'], jsret['px']['y'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user