cycleccc
cycleccc
相关issue #5827
相关 issue https://github.com/wangeditor-team/wangEditor/issues/5821 https://github.com/wangeditor-team/wangEditor/issues/5709
相关issue https://github.com/wangeditor-team/wangEditor/issues/4376 还有更多相关issue,待合并后关闭 相关 slate issue https://github.com/ianstormtaylor/slate/issues/3421 之前也提了个pr,但是后续测试有问题 https://github.com/wangeditor-team/wangEditor/pull/5829 这次过了一遍单元测试已经手动点击测试
## 问题描述 事件监听中的一处被 fix 的代码却无法被触发,让我很疑惑  ## wangEditor 版本 wangeditor5.1.23 ## 是否查阅了文档 ? 是,应该和文档没关系 ## 最小成本的复现步骤 - 步骤一 找到 text-area\event-handlers\keydown.ts 253 行 - 步骤二 打包后到对应代码打断点 - 步骤三 反复测试可以发现,此处代码没有被触发的场景
## 功能描述 在修复 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 ## 可参考的案例 案例看这个...
## bug 描述 prettier jsxBracketSameLine 已弃用  ## 你预期的样子是? 消除⚠️警告 ## 系统和浏览器及版本号 操作系统:win10 浏览器和版本:chrome 123.0.6312.59 ## wangEditor 版本 wangeditor5.1.23 ## demo 能否复现该 bug ? 能 ## 最小成本的复现步骤 - 步骤一 yarn...
## bug 描述 [issue5789](https://github.com/wangeditor-team/wangEditor/pull/5798#issue-2178267791) 根据此issue延伸出两个百分百复现bug  - 编辑区在 delete 退格后 level正确降级 但是 ordered 没有改为同级 有序 list ,HTML 正确展示了 list 结构 - 在修改 有序list为无序list后编辑区 HTML 并没有正确改为无序 list ## 你预期的样子是? - 编辑区在...
# Bug 追踪 ## Bug : maxLength 最大字数对外部粘贴进的文本无效 - **状态:** 待验证 - **描述:** - 相关 issue https://github.com/wangeditor-team/wangEditor/issues/5827 - 相关 pr https://github.com/wangeditor-team/wangEditor/pull/5831 ## Bug : 粘贴多个a链接时,会在编辑器底部加上空白行 - **状态:** 待处理 - **描述:**...
## 问题描述 *请输入遇到的问题...* - 自从1月24日以后淘宝原来的镜像源就不可用了,后续有人fork代码可以参考我的yarnrc和yarn.lock 替换为淘宝最新的源 ~~~ registry "https://registry.npmmirror.com" ~~~ - lerna bootstrap v7以后不再支持,官方建议直接使用 yarn install [参考](https://lerna.js.org/docs/legacy-package-management) ## wangEditor 版本 v5.1.23
改动:全局替换 nlark registry 为 npmmirror 原因:nlark 现在失效了,换成 npmmirror 仓库 用于正常安装依赖