Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

i/6364: Implemented the Range#getContainedElement() method. #1829

Merged
merged 7 commits into from
Mar 9, 2020
Merged

Conversation

oleq
Copy link
Member

@oleq oleq commented Mar 6, 2020

Suggested merge commit message (convention)

Feature: Implemented the model Range#getContainedElement() method. Closes ckeditor/ckeditor5#6364.


Additional information

Next up: A PR to merge that takes advantage of the changes (ckeditor/ckeditor5-table#264)

@coveralls
Copy link

coveralls commented Mar 6, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling c0e1957 on i/6364 into f3d884e on master.

@Reinmar
Copy link
Member

Reinmar commented Mar 9, 2020

I'd rather have a symmetry here, between the model and the view. Even if we won't use this method in the view for now, there's a great chance that we or someone else will need it.

src/model/range.js Outdated Show resolved Hide resolved
Copy link
Member

@Reinmar Reinmar left a comment

Choose a reason for hiding this comment

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

As commented.

@oleq
Copy link
Member Author

oleq commented Mar 9, 2020

All done and ready for another round of review.

@Reinmar Reinmar merged commit 8fb1efa into master Mar 9, 2020
@Reinmar Reinmar deleted the i/6364 branch March 9, 2020 22:10
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.

Introduce Range#getContainedElement()
3 participants