Log scroll data we got via JS

This commit is contained in:
Florian Bruhin 2016-09-12 21:46:51 +02:00
parent 11abb642ab
commit 5b0fc41367

View File

@ -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'])