You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reviewing ckeditor/ckeditor5-engine#1431 I spotted a couple of issues which we weren't able to fix back then. Mainly – element selection of non-objects and correct way of fixing selections crossing limit boundaries.
The text was updated successfully, but these errors were encountered:
Fix: Improved selection post-fixing mechanism for selections which cross limit element boundaries. Closes #1436.
Feature: The `schema.getLimitElement()` method now accepts also `Range` and `Position` as a parameter.
mlewand
transferred this issue from ckeditor/ckeditor5-engine
Oct 9, 2019
When reviewing ckeditor/ckeditor5-engine#1431 I spotted a couple of issues which we weren't able to fix back then. Mainly – element selection of non-objects and correct way of fixing selections crossing limit boundaries.
The text was updated successfully, but these errors were encountered: