1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e3be28ca17
commit
f7b5ab0281
|
|
@ -1887,7 +1887,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
const base64Str = canvas.toDataURL('image/png', 1)
|
const base64Str = canvas.toDataURL('image/png', 1)
|
||||||
const downloadName = `screenshot_${Date.now()}.png`
|
const downloadName = `${Date.now()}.png`
|
||||||
|
|
||||||
const a = document.createElement('a')
|
const a = document.createElement('a')
|
||||||
a.href = base64Str
|
a.href = base64Str
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue