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