Remove unused action bar controls
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -995,7 +995,6 @@ export function SecondaryToggles() {
|
||||
return (
|
||||
<div className="flex items-center gap-1">
|
||||
<ReferencesControl />
|
||||
<ReferenceFloorControl />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user