mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Annotations: pageno honors reference pages and hidden flows (#12214)
This commit is contained in:
@@ -156,7 +156,7 @@ end
|
||||
|
||||
--- Parse and export highlights from the currently opened document.
|
||||
function Exporter:exportCurrentNotes()
|
||||
self.ui.annotation:updatePageNumbers()
|
||||
self.ui.annotation:updatePageNumbers(true)
|
||||
local clippings = self:getDocumentClippings()
|
||||
self:exportClippings(clippings)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user