Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why
目前组件使用的是16.0.0版本,存在以下问题需要解决
How
Test
修改前: 插入URL后,URL后面输入的文字(下图空格)仍然被当做url的文本了
修改后
修改前:
修改后:
其他
本次升级,修复了“�存在图片时不能全选的问题” #122 。解决方案是在
plugin/Essentials.js
文件引入import SelectAll from '@ckeditor/ckeditor5-select-all/src/selectall'
指令重要
本次升级后,丢掉了针对中文输入法输入的修复代码 #81 。因此issue #81 的问题将再现
丢弃原因:原有的修复是在组合是阻止了渲染?但带来了以下问题。
复现步骤:
Mac 11.1, 搜狗智慧输入法(拼音)
Docs
文档没有变更