Hufe921 / canvas-editor

rich text editor by canvas/svg
https://hufe.club/canvas-editor-docs
MIT License
3.48k stars 508 forks source link

executeInsertElementList插入元素的格式失效 #787

Closed lonlygods closed 3 weeks ago

lonlygods commented 3 weeks ago

version

4.4.0

Link to minimal reproduction

No response

Steps to reproduce

使用executeInsertElementList插入元素 元素数据指定了rowFlex字段但不生效 尝试了executeAppendElementList追加元素的api没有这个问题

What is expected?

希望更新一下这个问题或者是否有什么别的方法可以解决这个问题

What is actually happening?

image image

Editor Value

No response

System Info

No response

Any additional comments?

No response

Hufe921 commented 3 weeks ago

插入普通元素会以当前光标上下文进行行布局设置。 针对你这种情况可以插入后调用api:executeRowFlex实现

lonlygods commented 3 weeks ago

插入普通元素会以当前光标上下文进行行布局设置。 针对你这种情况可以插入后调用api:executeRowFlex实现

好的 感谢🙏 已经解决了