Skip to content

Commit 00a9ef4

Browse files
authored
Update core.js
fix for css attached to epub in iframe rendering.
1 parent f6fece4 commit 00a9ef4

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)