Commit 2f10eed0 authored by 周宏民's avatar 周宏民

fix: 富文本组件修改

parent 5d7a22c8
Pipeline #57116 failed with stages
in 7 seconds
{
"name": "@wisdom-components/richtext",
"version": "0.2.10",
"version": "0.2.11",
"description": "> TODO: description",
"author": "hongmye <1014185119@qq.com>",
"homepage": "",
......
......@@ -201,7 +201,6 @@ const RichText = forwardRef((props, ref) => {
startOffset = selection.focusOffset;
range.setStart(selection.getRangeAt(0).commonAncestorContainer, selection.focusOffset);
selection.addRange(range);
moveListBox();
// 清空搜索
handleChange('', tempList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment