default seleciton manager

This commit is contained in:
wass08
2026-01-30 08:30:57 +09:00
parent 0dc5afc884
commit 8edcda1b75
7 changed files with 201 additions and 8 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default function Editor() {
<SidebarProvider className="fixed z-10">
<AppSidebar />
</SidebarProvider>
<Viewer>
<Viewer selectionManager="custom">
<SelectionManager />
<ExportManager />
{/* Editor only system to toggle zone visibility */}