UNPKG

@atlaskit/editor-plugin-text-formatting

Version:

Text-formatting plugin for @atlaskit/editor-core

5 lines 233 B
export var cellSelectionNodesBetween = function cellSelectionNodesBetween(selection, doc, f, startPos) { selection.forEachCell(function (cell, cellPos) { doc.nodesBetween(cellPos, cellPos + cell.nodeSize, f, startPos); }); };