@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 FloatingThreads(props) {
return /* @__PURE__ */ jsxRuntime.jsx(reactTiptap.FloatingThreads, {
...props,
editor: props.editor._tiptapEditor
});
}
exports.FloatingThreads = FloatingThreads;
//# sourceMappingURL=FloatingThreads.cjs.map