Fix: Lost last document position in scroll mode (#3183)
This commit is contained in:
parent
1e17e4c291
commit
2b3b310719
1 changed files with 3 additions and 1 deletions
|
|
@ -162,7 +162,9 @@ end
|
|||
|
||||
function ReaderRolling:onReaderReady()
|
||||
self:setupTouchZones()
|
||||
self.setupXpointer()
|
||||
self.ui:registerPostReadyCallback(function()
|
||||
self.setupXpointer()
|
||||
end)
|
||||
end
|
||||
|
||||
function ReaderRolling:setupTouchZones()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue