kobememory
Results
1
comments of
kobememory
我在使用 `editor.dangerouslyInsertHtml` 时也遇到这个问题, 目前是这样解决的: ``` editor.dangerouslyInsertHtml('11') EditorCore.SlateTransforms.removeNodes(editor, { at: [0] }); ```