Skip to content

Commit

Permalink
📝
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 21, 2022
1 parent 77da4c8 commit b8889d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@

### v3.8.18 / 2022-09

* [1289](/~https://github.com/Vanessa219/vditor/issues/1289) 切换输入法后光标错位 `兼容性`
* [1278](/~https://github.com/Vanessa219/vditor/issues/1278) RenderJSON 导出的 JSON 不正确 `修复缺陷`
* [1275](/~https://github.com/Vanessa219/vditor/issues/1275) XSS 安全漏洞 `修复缺陷`

Expand Down
2 changes: 1 addition & 1 deletion demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (window.innerWidth < 768) {
}
const initVditor = (language) => {
window.vditor = new Vditor('vditor', {
// _lutePath: `http://192.168.0.107:9090/lute.min.js?${new Date().getTime()}`,
// _lutePath: `http://192.168.31.194:9090/lute.min.js?${new Date().getTime()}`,
_lutePath: 'src/js/lute/lute.min.js',
cdn: 'http://localhost:9000',
toolbar,
Expand Down

0 comments on commit b8889d8

Please sign in to comment.