mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix: Unable to click on highlighted text in tap menu zone
This commit is contained in:
committed by
Frans de Jonge
parent
46c19ba8e9
commit
4b9fc6333f
@@ -29,7 +29,7 @@ function ReaderHighlight:setupTouchZones()
|
||||
screen_zone = {
|
||||
ratio_x = 0, ratio_y = 0, ratio_w = 1, ratio_h = 1,
|
||||
},
|
||||
overrides = { 'tap_forward', 'tap_backward', },
|
||||
overrides = { 'tap_forward', 'tap_backward', 'readermenu_tap' },
|
||||
handler = function(ges) return self:onTap(nil, ges) end
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user