-
Notifications
You must be signed in to change notification settings - Fork 46
Conflict in editorial view fixed #5789
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: main
Are you sure you want to change the base?
Conversation
| // After that, the document should stay as it is. Hence, we remove the ol-colliding-change class | ||
| // from the holder element to the comment. | ||
| if (el.classList.contains(`os-colliding-change-comment`)) { | ||
| if (!el.hasAttribute(`data-change-is-colliding`)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The purpose of this was to prevent running the procedure on an input that was already processed.
The comment should also be updated to reflect that attributes are now added instead of classes.
| if (!el.hasAttribute(`data-change-is-colliding`)) { | |
| if (el.hasAttribute(`data-comment-change-is-colliding`)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Borreg0 Not fully resolved.
...s/motions/modules/change-recommendations/services/motion-diff.service/motion-diff.service.ts
Outdated
Show resolved
Hide resolved
…e-recommendations/services/motion-diff.service/motion-diff.service.ts Co-authored-by: Bastian Rihm <[email protected]>
…e-recommendations/services/motion-diff.service/motion-diff.service.ts Co-authored-by: Bastian Rihm <[email protected]>
Resolves #5782