mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-05 13:40:08 -05:00
Fixed: Copy to clipboard not working with calendar feed (#3495)
* Replace flash clipboard implementation with document.execute("copy")
Fixes #3486
* Replace flash clipboard implementation with document.execCommand("copy")
Resolves Radarr/Radarr#3486
This commit is contained in:
committed by
Leonardo Galli
parent
c79578e99f
commit
da012eb6b5
3
.gitignore
vendored
3
.gitignore
vendored
@@ -177,3 +177,6 @@ packages.config.md5sum
|
||||
**/.idea/**/*.iml
|
||||
**/.idea/**/contentModel.xml
|
||||
**/.idea/**/modules.xml
|
||||
# ignore node_modules symlink
|
||||
node_modules
|
||||
node_modules.nosync
|
||||
|
||||
Reference in New Issue
Block a user