tabs menu

This commit is contained in:
Salihu
2026-08-08 01:12:43 +01:00
parent 166dcdbb05
commit 81eb6157bc
4 changed files with 292 additions and 38 deletions
@@ -82,6 +82,7 @@ import {
getCollabSocket,
releaseCollabSocket,
} from "@/features/editor/collab-socket";
import TabsMenu from "./components/tabs/tabs-menu";
interface PageEditorProps {
pageId: string;
@@ -453,6 +454,7 @@ function CollabPageEditor({
<ExcalidrawMenu editor={editor} />
<DrawioMenu editor={editor} />
<ColumnsMenu editor={editor} />
<TabsMenu editor={editor} />
</div>
)}
{editor && !editorIsEditable && (editable || canComment) && (