diff --git a/packages/editor/src/components/ui/action-menu/control-modes.tsx b/packages/editor/src/components/ui/action-menu/control-modes.tsx index e8134462..f7f6c986 100644 --- a/packages/editor/src/components/ui/action-menu/control-modes.tsx +++ b/packages/editor/src/components/ui/action-menu/control-modes.tsx @@ -32,13 +32,6 @@ const controls: ControlConfig[] = [ color: 'hover:bg-blue-500/20 hover:text-blue-400', activeColor: 'bg-blue-500/20 text-blue-400', }, - { - id: 'box-select', - iconifyIcon: 'mdi:select-drag', - label: 'Box select', - color: 'hover:bg-white/5', - activeColor: 'bg-white/10 hover:bg-white/10', - }, { id: 'site-edit', imageSrc: '/icons/site.png', diff --git a/packages/editor/src/components/ui/action-menu/view-toggles.tsx b/packages/editor/src/components/ui/action-menu/view-toggles.tsx index d6fec9c8..1e461661 100644 --- a/packages/editor/src/components/ui/action-menu/view-toggles.tsx +++ b/packages/editor/src/components/ui/action-menu/view-toggles.tsx @@ -995,7 +995,6 @@ export function SecondaryToggles() { return (