We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c2ab8 commit cbc80cbCopy full SHA for cbc80cb
web_src/js/features/copycontent.js
@@ -45,8 +45,7 @@ export function initCopyContent() {
45
try {
46
await doCopy(content, btn);
47
} catch {
48
- if (isImage) {
49
- // convert image to png as last-resort as some browser only support png copy
+ if (isImage) { // convert image to png as last-resort as some browser only support png copy
50
51
await doCopy(await imageBlobToPng(content), btn);
52
0 commit comments