oops
This commit is contained in:
parent
9c99c22f1b
commit
70956aaeca
@ -657,7 +657,7 @@ class CommandDispatcher:
|
||||
count: multiplier
|
||||
"""
|
||||
frame = self._current_widget().page().currentFrame()
|
||||
if not frame.url().isValid() == '': # Issue 701
|
||||
if not frame.url().isValid(): # Issue 701
|
||||
return
|
||||
|
||||
if (bottom_navigate is not None and
|
||||
|
Loading…
Reference in New Issue
Block a user