atlassian/prosemirror-utils

change getCellsInColumn and getCellsInRow to accept an array of indexes

eshvedai opened this issue · 0 comments

it would be nice if getCellsInColumn and getCellsInRow could accept an array of indexes, e.g.

const cells = getCellsInColumn([1,2,3])(selection);