@liveblocks/react-blocknote
Version:
An integration of BlockNote + React to enable collaboration, comments, live cursors, and more with Liveblocks.
15 lines (11 loc) • 373 B
JavaScript
;
var jsxRuntime = require('react/jsx-runtime');
var reactTiptap = require('@liveblocks/react-tiptap');
function AnchoredThreads(props) {
return /* @__PURE__ */ jsxRuntime.jsx(reactTiptap.AnchoredThreads, {
...props,
editor: props.editor._tiptapEditor
});
}
exports.AnchoredThreads = AnchoredThreads;
//# sourceMappingURL=AnchoredThreads.cjs.map