Vanessa 3 years ago
parent
commit
b8889d8144
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      demo/index.js

+ 1 - 0
CHANGELOG.md

@@ -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 安全漏洞 `修复缺陷`
 

+ 1 - 1
demo/index.js

@@ -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,