Skip to content

Commit

Permalink
🎨 fix #1312
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 23, 2022
1 parent f5ac1b6 commit e34a9cc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -105,6 +105,7 @@

### v3.8.18 / 2022-11

* [1312](https://github.com/Vanessa219/vditor/issues/1312) 导出 PDF 图表缺失 `修复缺陷`
* [1297](https://github.com/Vanessa219/vditor/issues/1297) mermaid 升级到 9.1.7 `改进功能`
* [1289](https://github.com/Vanessa219/vditor/issues/1289) 切换输入法后光标错位 `兼容性`
* [1278](https://github.com/Vanessa219/vditor/issues/1278) RenderJSON 导出的 JSON 不正确 `修复缺陷`
Expand Down
1 change: 0 additions & 1 deletion src/js/flowchart.js/flowchart.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/js/mermaid/mermaid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ts/export/index.ts
Expand Up @@ -27,7 +27,7 @@ export const exportPDF = (vditor: IVditor) => {
iframe.contentDocument.open();
iframe.contentDocument.write(`<link rel="stylesheet" href="${vditor.options.cdn}/dist/index.css"/>
<script src="${vditor.options.cdn}/dist/method.min.js"></script>
<div id="preview"></div>
<div id="preview" style="width: 800px"></div>
<script>
window.addEventListener("message", (e) => {
if(!e.data) {
Expand Down

0 comments on commit e34a9cc

Please sign in to comment.