mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
readerhighlight: keep highlight for default action 'Translate'
This commit is contained in:
@@ -1453,7 +1453,6 @@ function ReaderHighlight:onHoldRelease()
|
||||
self:onClose()
|
||||
elseif default_highlight_action == "translate" then
|
||||
self:translate(self.selected_text)
|
||||
self:onClose()
|
||||
elseif default_highlight_action == "wikipedia" then
|
||||
self:lookupWikipedia()
|
||||
self:onClose()
|
||||
|
||||
Reference in New Issue
Block a user