Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

若干优化与问题修复 #63

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

fengcms
Copy link

@fengcms fengcms commented May 8, 2020

  • 优化双向绑定默认值为 null 时的报错
  • 优化导入本地文件,调整为支持纯文本文件均可导入
  • 增加 on-error 事件
    • 现在只有导入非文本文件时,返回错误。二开时,可根据自己的需要,在需要的地方返回错误处理信息。
    • 返回值为对象,如 {code: 415, message: '错误信息'} 后续可按照此格式规定错误 code
  • split 提升为 prop,可在调用处设置编辑器默认双栏或者单栏
  • 修复初始化编辑器时,在页面编辑器默认隐藏,显示编辑器后,录入文字与序号重叠的 BUG。(仅专业版存在此问题)
    • 为 hack 解决方法,目前测试无问题。若有有心人可仔细排查该 BUG 出现的原因,从根上解决。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant