mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add MovableContainer: allow moving some widgets (#3636)
This commit is contained in:
@@ -806,7 +806,7 @@ function TextBoxWidget:onHoldReleaseText(callback, ges)
|
||||
local Trapper = require("ui/trapper")
|
||||
UIManager:scheduleIn(0.1, function() Trapper:wrap(load_and_show_image) end)
|
||||
-- And we return without calling the "Hold on text" callback
|
||||
return
|
||||
return true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user