We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.9.75
No response
{ "type": "text", "undo": true, "redo": false, "painter": false, "font": "Microsoft YaHei", "size": 26, "bold": true, "italic": false, "underline": false, "strikeout": false, "color": null, "highlight": null, "rowFlex": null, "rowMargin": 1, "dashArray": [], "level": null, "listType": null, "listStyle": null, "groupIds": null, "textDecoration": null, "extension": null }
文件地址:src\editor\core\range\RangeManager.ts 401行
getAnchorElement 方法中选取了上一个选取的element配置,但新元素elment会继续沿用旧配置,size和blod的配置应用应该需要额外判断level
The text was updated successfully, but these errors were encountered:
fix: copy style after title line break #531
2e14035
No branches or pull requests
version
0.9.75
Link to minimal reproduction
No response
Steps to reproduce
What is expected?
What is actually happening?
文件地址:src\editor\core\range\RangeManager.ts 401行
getAnchorElement 方法中选取了上一个选取的element配置,但新元素elment会继续沿用旧配置,size和blod的配置应用应该需要额外判断level
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: