Fix issue #701
This commit is contained in:
parent
8c80f99a32
commit
9c99c22f1b
@ -657,6 +657,9 @@ class CommandDispatcher:
|
||||
count: multiplier
|
||||
"""
|
||||
frame = self._current_widget().page().currentFrame()
|
||||
if not frame.url().isValid() == '': # Issue 701
|
||||
return
|
||||
|
||||
if (bottom_navigate is not None and
|
||||
frame.scrollPosition().y() >=
|
||||
frame.scrollBarMaximum(Qt.Vertical)):
|
||||
|
Loading…
Reference in New Issue
Block a user