wangEditor
wangEditor copied to clipboard
feat( list module ): list 添加 onShiftEnter Shift + Enter 软中断
功能描述
在修复 delete first table bug 时,看到了 slate issue 有wangeditor似乎没有实现的功能
https://github.com/ianstormtaylor/slate/issues/2500
https://github.com/ConvertKit/slate-plugins/pull/17
提炼几个功能点
- 功能1 shift + enter 操作 list 时实现软中断
原型图
原型看这个 https://github.com/ianstormtaylor/slate/issues/2500
可参考的案例
案例看这个 https://github.com/ianstormtaylor/slate/issues/2500 https://github.com/ConvertKit/slate-plugins/pull/17
这个功能是在plugin实现的,考虑后续可以加到 wangeditor list module plugin 中