mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fulltext search: all entries in entire document (#11313)
This commit is contained in:
@@ -373,6 +373,10 @@ function Document:findText()
|
||||
return nil
|
||||
end
|
||||
|
||||
function Document:findAllText()
|
||||
return nil
|
||||
end
|
||||
|
||||
function Document:updateColorRendering()
|
||||
if self.is_color_capable and CanvasContext.is_color_rendering_enabled then
|
||||
self.render_color = true
|
||||
|
||||
Reference in New Issue
Block a user