如何在CKEditor5中将光标移动到特定位置

时间:2019-08-01 12:36:28

标签: cursor ckeditor5

我正在使用CKEditor5。我需要将光标移动到特定位置。

这是我的代码,该代码能够将光标移动到开始和结束位置,但不能将其移动到任何特定位置:     editor.model.change(writer => { writer.setSelection( editor.model.document.getRoot(), 'end' ); });

0 个答案:

没有答案