mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
patch for #234 by Nupogoddi
refresh screen if no input from search highlight. close #234
This commit is contained in:
parent
25edd3101f
commit
461c135c5d
@ -2591,6 +2591,8 @@ function UniReader:addAllCommands()
|
||||
|
||||
if search ~= nil and string.len( search ) > 0 then
|
||||
unireader:searchHighLight(search)
|
||||
else
|
||||
unireader:goto(unireader.pageno)
|
||||
end
|
||||
end
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user