Skip to content

v4.2.0

Compare
Choose a tag to compare
@imzbf imzbf released this 18 Jun 13:51
· 324 commits to develop since this release

重构:

  • 🌟 editorRef.current.focus()现在可以设定获得焦点后光标的位置,默认上次光标的位置,文档:focus

修复问题:

  • 🐞 editorRef.current.insert()插入内容后编辑器没有获取焦点。

Refactor:

  • 🌟 Cursor position can be set during focusing, in editorRef.current.focus(), docs: focus.

Fix Bugs:

  • 🐞 Lost focus when using editorRef.current.insert() and setting select to false.