mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Update PDF annotations when changing bookmark text (#7411)
This commit is contained in:
@@ -483,6 +483,14 @@ function Document:saveHighlight(pageno, item)
|
||||
return nil
|
||||
end
|
||||
|
||||
function Document:deleteHighlight(pageno, item)
|
||||
return nil
|
||||
end
|
||||
|
||||
function Document:updateHighlightContents(pageno, item, contents)
|
||||
return nil
|
||||
end
|
||||
|
||||
--[[
|
||||
helper functions
|
||||
--]]
|
||||
|
||||
Reference in New Issue
Block a user