UNPKG

@liveblocks/react-ui

Version:

A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.

18 lines (14 loc) 364 B
'use strict'; var slateReact = require('slate-react'); function getDOMRange(editor, range) { try { return slateReact.ReactEditor.toDOMRange(editor, range); } catch (error) { return getDOMRange(editor, { anchor: range.anchor, focus: range.anchor }); } } exports.getDOMRange = getDOMRange; //# sourceMappingURL=get-dom-range.cjs.map