Hufe921 / canvas-editor

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

是否可以在executeSetValue中可配置光标始终在末尾闪烁 #715

Closed lonlygods closed 1 month ago

lonlygods commented 1 month ago

What problem does this feature solve?

根据SSE推送数据实时更新executeSetValue时模拟打字机效果

What does the proposed API look like?

executeSetValue({ main: main, cursorBlink: true }) 或 executeCursorBlink()

Hufe921 commented 1 month ago

在新版本发布之前,可以使用executeAppendElementList方法

lonlygods commented 1 month ago

cursorBlink

完美解决!感谢大佬