[fix] "Follow Link" popup issues (#3198)

* Add current location to location stack from follow link popup
  See https://github.com/koreader/koreader/pull/3190#issuecomment-328332771
* Word highlight not removed
* "Follow Link" not translated
* Typo in docs
This commit is contained in:
Frans de Jonge
2017-09-10 14:26:49 +02:00
committed by GitHub
parent 392209c200
commit 7310937219
3 changed files with 7 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
--[[
--[[--
ReaderLink is an abstraction for document-specific link interfaces.
]]--
]]
local Device = require("device")
local Event = require("ui/event")