Make range._getTableElement public API #3100
Labels
core
The issue is caused by the editor core code.
status:confirmed
An issue confirmed by the development team.
type:feature
A feature request.
Type of report
Feature request
Provide description of the new feature
What is the expected behavior of the proposed feature?
range._getTableElement
function seems like a good candidate for public method. It retrieves a table from a range similar to element.getAscendant (uses it under the hood) but including starting and end range container. It has been already used in #2955Let's make it public to avoid using private methods between different namespaces.
It will also require fixing #3101
The text was updated successfully, but these errors were encountered: