mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix: add virtual startHighLightMode method for all readers.
This commit is contained in:
@@ -113,6 +113,11 @@ end
|
||||
-- You need to overwrite following two methods if your
|
||||
-- reader supports highlight feature.
|
||||
----------------------------------------------------
|
||||
|
||||
function UniReader:startHighLightMode()
|
||||
return
|
||||
end
|
||||
|
||||
function UniReader:highLightText()
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user