cycleccc / wangEditor-next

wangEditor-next —— Open-source web rich text editor, based on slate.js. wangEditor-next —— 开源 Web 富文本编辑器,基于 slate.js。
https://cycleccc.github.io/docs/
MIT License
74 stars 14 forks source link

TODO: 更优雅的解决第一个元素是 table 导致无法删除的问题 #47

Open cycleccc opened 1 month ago

cycleccc commented 1 month ago

相关 issue: https://github.com/cycleccc/wangEditor-next/issues/33

描述: 现在的解决方案是插入 table时如果第一行是 table 则多插入一个空行,用来绕过这个问题. 开发者 setHtml , 当第一行是 table 时请插入一个空行,渲染时删除该空行.

问题产生原因: table 和其它元素不一样,是四维的, path 定位无法定位到 二维的位置,外层设置了无法编辑就无法删除,更具体的如若有小伙伴有兴趣解决这个问题可以详聊.