editablejs / editable

🌱 A collaborative rich-text editor framework that focuses on stability, controllability, extensibility, and performance. 一款强到离谱的富文本编辑器框架,专注于稳定性、可控性、扩展性和性能。
https://docs.editablejs.com
Apache License 2.0
1.79k stars 120 forks source link

粘贴excel内容到编辑器中时报错:Cannot read properties ofundefined(reading 'length') #144

Open Pandooo opened 11 months ago

Pandooo commented 11 months ago

出错位置:@editablejs/plugin-table/src/table/deserializer/html.ts: withTableHTMLDeserializerTransform: 32行: const colCount = children[0].children.length 粘贴excel内容进来时,这个位置的children变量中出现了很多[...{text: ""}...]