tap to clear selected text too

This should fix #589.
pull/683/head
chrox 10 years ago
parent 27b15b7020
commit 5214cc0f4c

@ -116,6 +116,7 @@ function ReaderHighlight:onTap(arg, ges)
self.ui.document:clearSelection()
end
self.hold_pos = nil
self.selected_text = nil
UIManager:setDirty(self.dialog, "partial")
return true
end

Loading…
Cancel
Save