mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix] ReaderHighlight: remove highlight when closing popup dialog
See https://github.com/koreader/koreader/pull/3198#issuecomment-328339992
This commit is contained in:
@@ -390,7 +390,7 @@ function ReaderHighlight:onHoldRelease()
|
||||
enabled = self.selected_link ~= nil,
|
||||
callback = function()
|
||||
self.ui.link:onGotoLink(self.selected_link)
|
||||
UIManager:close(self.highlight_dialog)
|
||||
self:onClose()
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user