Joker
Joker
path.js:28 Uncaught TypeError: Path must be a string. Received undefined at assertPath (path.js:28:11) at dirname (path.js:1345:5) at Function.getRoot (webpack-internal:///1779:154:13) at bindings (webpack-internal:///1779:60:32) at eval (webpack-internal:///1773:5:50) at Object. (https://localhost:3001/dist/bundle.js:12286:1) at __webpack_require__...
onlyoffice version:7.1.1 eg: [table.docx](https://github.com/ONLYOFFICE/DocumentServer/files/8973428/table.docx)
 When the content is longer, it becomes a line
不知道有没有解决方案
例子: 界面只有一个slot,slot的字符只有1we2we3,连续删除"we"字符串 , 执行slot.retain(1),slot.delete(2),slot.retain(2), slot.delete(2) 结果:本地显示是正确的,但是远程是错误的 截图 操作前 字符串: 操作后(连续删除we字符串): 在 本地浏览器二 中,数据是错误的 正确应该是 123
试过selectComponentEnd可以定位到组件的末尾, 但是selectComponentFront这个无法定位到组件的前面,不知道有没有解决方案