Skip to content
New issue

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

关于病程连续展示,光标在table内时插入错误 #216 #891

Closed
wants to merge 2 commits into from

Conversation

MzoroHaHa
Copy link
Contributor

  1. area 前后没有空间时,无法跳出area;
  2. 光标在table内时报错

@@ -186,7 +186,7 @@ export class Control {
const startElement = elementList[startIndex]
const endElement = elementList[endIndex]
if (
startElement.controlId &&
startElement?.controlId &&
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里修改是什么原因

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

报错的位置就在这里, startIndex 是 整个文档的 index , elementList 是 table的 elementlist. 越界了。

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

Successfully merging this pull request may close these issues.

2 participants