[fix] ReaderLink: fix copy link (#11569)

Fixes #11567.
This commit is contained in:
Frans de Jonge
2024-03-18 17:36:01 +01:00
committed by GitHub
parent bb98cbf612
commit 9387fcd2d0

View File

@@ -142,6 +142,7 @@ function ReaderLink:init()
return {
text = _("Copy"),
callback = function()
Device.input.setClipboardText(link_url)
UIManager:close(this.external_link_dialog)
end,
}