mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix #987
This commit is contained in:
@@ -208,7 +208,10 @@ function BBoxWidget:onSwipeAdjust(arg, ges)
|
||||
end
|
||||
|
||||
function BBoxWidget:onHoldAdjust(arg, ges)
|
||||
self:adjustScreenBBox(ges)
|
||||
-- FIXME: this is a dirty hack to disable hold gesture in page cropping
|
||||
-- since Kobo devices may append hold gestures to each swipe gesture rendering
|
||||
-- relative replacement impossible. See koreader/koreader#987 at Github.
|
||||
--self:adjustScreenBBox(ges)
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user