mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
HTML dict: fix continuous scroll with tap (#3587)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user