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

Fixes #11567.
reviewable/pr11570/r1
Frans de Jonge 2 months ago committed by GitHub
parent bb98cbf612
commit 9387fcd2d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save