mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
HTML dict: fix continuous scroll with tap (#3587)
This commit is contained in:
parent
8c897a086f
commit
7feea4037e
@ -128,7 +128,7 @@ function ScrollHtmlWidget:onTapScrollText(arg, ges)
|
||||
return true
|
||||
end
|
||||
else
|
||||
if self.htmlbox_widget.page_number <= self.htmlbox_widget.page_count then
|
||||
if self.htmlbox_widget.page_number < self.htmlbox_widget.page_count then
|
||||
self:scrollText(1)
|
||||
return true
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user