mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
use hold event to cancel page crop
This commit is contained in:
@@ -85,7 +85,7 @@ function BBoxWidget:init()
|
||||
},
|
||||
CancelCrop = {
|
||||
GestureRange:new{
|
||||
ges = "hold_release",
|
||||
ges = "hold",
|
||||
range = Geom:new{
|
||||
x = 0, y = 0,
|
||||
w = Screen:getWidth(),
|
||||
|
||||
Reference in New Issue
Block a user