mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Dont discard return value of goto_cfi() in standalone viewer ui_operations
This commit is contained in:
parent
26d1126c62
commit
8a781e9da0
@ -297,7 +297,7 @@ def goto_toc_node(node_id):
|
|||||||
|
|
||||||
@from_python
|
@from_python
|
||||||
def goto_cfi(cfi, add_to_history):
|
def goto_cfi(cfi, add_to_history):
|
||||||
view.goto_cfi(cfi, v'!!add_to_history')
|
return view.goto_cfi(cfi, v'!!add_to_history')
|
||||||
|
|
||||||
|
|
||||||
@from_python
|
@from_python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user