mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Logging error if copy failed
This commit is contained in:
parent
0ea9faee08
commit
7d585fde1b
@ -320,7 +320,7 @@ define(['apphost', 'globalize', 'connectionManager', 'itemHelper', 'appRouter',
|
||||
try {
|
||||
document.execCommand('copy');
|
||||
} catch (err) {
|
||||
|
||||
console.error("Failed to copy to clipboard");
|
||||
}
|
||||
|
||||
document.body.removeChild(textArea);
|
||||
|
Loading…
Reference in New Issue
Block a user