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
|
||||
# shutting down a tab
|
||||
return
|
||||
log.webview.vdebug(jsret)
|
||||
assert isinstance(jsret, dict), jsret
|
||||
self._pos_px = QPoint(jsret['px']['x'], jsret['px']['y'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user