UNPKG

@atlaskit/editor-plugin-text-formatting

Version:

Text-formatting plugin for @atlaskit/editor-core

11 lines (10 loc) 386 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cellSelectionNodesBetween = void 0; var cellSelectionNodesBetween = exports.cellSelectionNodesBetween = function cellSelectionNodesBetween(selection, doc, f, startPos) { selection.forEachCell(function (cell, cellPos) { doc.nodesBetween(cellPos, cellPos + cell.nodeSize, f, startPos); }); };