改进: 为预初始化的编辑器实例省略 initialValue
作者: mkoskim创建于 2026年2月18日更新于 2026年2月18日
标签improvement
问题
SlateJS 要求已经初始化的编辑器设置 initialValue,例如:
...
const editor = withReact(createEditor())
editor.children = buffer
...内容来源: ianstormtaylor/slate
问题
SlateJS 要求已经初始化的编辑器设置 initialValue,例如:
...
const editor = withReact(createEditor())
editor.children = buffer
...内容来源: ianstormtaylor/slate