leaferjs / leafer-ui

一款好用的 Canvas 引擎,革新的开发体验,用于高效绘图 、UI 交互、图形编辑。A user-friendly Canvas engine with a revolutionary development experience, for efficient drawing, UI interactions, and graphic editing.
https://www.leaferjs.com
MIT License
2.59k stars 92 forks source link

text使用问题 #195

Open leidao opened 3 months ago

leidao commented 3 months ago

想实现一个点击画布,出现光标在闪烁然后可以输入文字的功能(效果和input一致),发现leafer的text自带了该功能,但是怎么在创建了text后默认启用该功能,而不是选中后双击才启用呢

leaferjs commented 3 months ago

支持手动选中文本并进入编辑状态: app.editor.openInnerEditor( text )

https://www.leaferjs.com/ui/plugin/in/editor/Editor.html#openinnereditor-target-ui

leidao commented 3 months ago

感谢,回复特别及时,还是我文档看的不仔细