wangEditor v5设置默认html内容光标未在末尾

e37o9pze  于 2022-04-21  发布在  Java
关注(0)|答案(1)|浏览(934)

bug 描述

设置默认html内容后鼠标光标未在末尾

你预期的样子是?

设置默认html内容后鼠标光标应在末尾

系统和浏览器及版本号

  • MacOS 最新
  • Chrome 最新

wangEditor 版本

v5.0.0

demo 能否复现该 bug ?

在线 demo

https://www.wangeditor.com/demo/set-html.html

最小成本的复现步骤

(请告诉我们,如何最快的复现该 bug)

  • 点击设置按钮后 鼠标光标自动移至末尾

toe95027

toe950271#

待设置完内容之后,执行这个代码

import { SlateEditor } from '@wangeditor/editor'

const endPoint = SlateEditor.end(editor, [])
editor.select(endPoint)

相关问题