remove is editor completely

This commit is contained in:
wass08
2026-03-02 08:50:53 +09:00
parent d81a48d64e
commit 882d3fec7e
4 changed files with 13 additions and 115 deletions
+2 -1
View File
@@ -27,6 +27,7 @@ import { SelectionManager } from './selection-manager'
import { SiteEdgeLabels } from './site-edge-labels'
import { ThumbnailGenerator } from './thumbnail-generator'
// Load default scene initially (will be replaced when project loads)
useScene.getState().loadScene()
initSpatialGridSync()
@@ -107,7 +108,7 @@ export default function Editor({ projectId }: EditorProps) {
<SidebarProvider className="fixed z-20">
<AppSidebar />
</SidebarProvider>
<Viewer selectionManager="custom" isEditor={true}>
<Viewer selectionManager="custom">
<SelectionManager />
<FloatingActionMenu />
<ExportManager />