Annotations: pageno honors reference pages and hidden flows (#12214)

This commit is contained in:
hius07
2024-07-24 18:35:48 +03:00
committed by GitHub
parent b17bd967da
commit 8cb221c6c6
3 changed files with 10 additions and 8 deletions

View File

@@ -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