strip punctuations in word before wikipedia lookup

This commit is contained in:
chrox
2014-08-20 18:04:19 +08:00
parent 50d45a13d1
commit a275a8cc89
3 changed files with 6 additions and 2 deletions

View File

@@ -312,7 +312,6 @@ function ReaderHighlight:onHoldRelease()
callback = function()
UIManager:scheduleIn(0.1, function()
self:lookupWikipedia()
self:onClose()
end)
end,
},