Fix indent
This commit is contained in:
parent
3fbb9a14e0
commit
081abde9cd
@ -1662,8 +1662,8 @@ class CommandDispatcher:
|
||||
self._tabbed_browser.search_options = dict(options)
|
||||
|
||||
cb = functools.partial(self._search_cb, tab=tab,
|
||||
old_scroll_pos=tab.scroller.pos_px(),
|
||||
options=options, text=text, prev=False)
|
||||
old_scroll_pos=tab.scroller.pos_px(),
|
||||
options=options, text=text, prev=False)
|
||||
options['result_cb'] = cb
|
||||
|
||||
tab.search.search(text, **options)
|
||||
|
Loading…
Reference in New Issue
Block a user