Patch Changes
- #4385 by @felixfeng33 –
- Added
sort
andcollapseTableRows
options toeditor.blockSelection.getNodes()
method. - Added
editor.blockSelection.first
to get the first selected node. - Added
normalize
function to handle table selection logic inuseSelectionArea
hook for improved table row and table element selection behavior.- It is now possible to select the entire table (table), but the rows (tr) will only be selected if your selection box is within the table.
- Added