fix some translation issues

This commit is contained in:
JFH
2021-05-16 16:44:13 +02:00
parent 81a31c3dad
commit 8001005a19
5 changed files with 6 additions and 19 deletions

View File

@@ -148,7 +148,6 @@ export default {
c.style.height = svgCanvas.contentH;
await canvg(c, data.svg);
const datauri = quality ? c.toDataURL(mimeType, quality) : c.toDataURL(mimeType);
// {uiStrings} = svgEditor;
// Check if there are issues
let pre, note = '';