-
Notifications
You must be signed in to change notification settings - Fork 5
LEAN-3978 LW-FY25-Q2-S3: Table_element delete suggestion is not showi… #36
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
base: master
Are you sure you want to change the base?
Conversation
…ot showi… #427" This reverts commit c02ec91.
|
Published version |
|
Two problems were identified and fixed in the track changes plugin:
I also fixed a logic error in this condition which was incorrectly evaluating to true in all cases. |
Are these problems occurring only when pasting the table node, rather than the entire table element? In other words, if the selection includes the whole table element, do any issues still arise? I’m still under the impression that this is a selection issue that could be handled in the body editor. I’m inviting @mbartenev-atypon to take a look. |
@IslamJMomani, yes, it's occurring when pasting the table node. Updating the selection as I did in the beginning will fix the issue, but disabling the track-changes plugin will fix the issue as well. So I think we need to decide whether to fix it in the track-changes or in the body-editor. @mbartenev-atypon, please advise? |
|
I'd say we need to make sure that the selection in the body editor is correct in the first place and we can keep this logic here to issue warnings if anything like that happens but not fix it. E.g.: "attempt to merge incompatible nodes. aborting" |
…… #427