Hufe921 / canvas-editor

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

怎么在已填写的文本里插入值啊,executeSetValue好像没用 #794

Closed junliangwei closed 2 months ago

junliangwei commented 2 months ago

What problem does this feature solve?

image

What does the proposed API look like?

executeSetValue

Hufe921 commented 2 months ago

https://hufe.club/canvas-editor-docs/guide/command-execute.html#executeinsertelementlist

  instance.command.executeInsertElementList([{
    value:'123'
  }])