wangEditor
wangEditor copied to clipboard
vue 集成wangeditor 插入表格是点击表格旁边出现错误
Cannot resolve a Slate point from DOM point: [object HTMLDivElement],0
at Object.toSlatePoint (http://localhost:8080/static/wEditor/index.js:21658:7)
at Object.toSlateRange (http://localhost:8080/static/wEditor/index.js:21657:16704)
at http://localhost:8080/static/wEditor/index.js:21659:55395
at HTMLDocument.
这个问题搜索了一下好像提问至少8遍左右,一直没有界面,看了一下源代码,过于复杂
这个问题搜索了一下好像提问至少8遍左右,一直没有解决,看了一下源代码,过于复杂
但是仔细问题跟踪 后面是t.parentElement 为空 估计 t就是table 因为用的是slate.js压缩版本,花了点时间看了看,解决这个问题估计要判断t.parentment !=null 才能赋值, 修改后也是一大推问题了,让作者弄弄,毕竟他最熟悉
通过slate.js来开发都工作量非常大,不感考虑完全自己开发是什么情况
#5830 上次的pr后面测出了bug,这次的应该更符合设计原则