Skip to content

Commit 854d4f3

Browse files
authored
Merge pull request #1250 from washu/patch-1
Update core.js
2 parents 585bce1 + 00a9ef4 commit 854d4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ export function createBase64Url(content, mime){
447447
return;
448448
}
449449

450-
data = btoa(encodeURIComponent(content));
450+
data = btoa(content);
451451

452452
datauri = "data:" + mime + ";base64," + data;
453453

0 commit comments

Comments
 (0)