diff --git a/src/components/EbenenManager.jsx b/src/components/EbenenManager.jsx
index 7344dc8..c411d9e 100644
--- a/src/components/EbenenManager.jsx
+++ b/src/components/EbenenManager.jsx
@@ -1,5 +1,4 @@
import { useState, useRef, useMemo, useEffect } from 'react'
-import Section from './Section'
import Icon from './Icon'
import ConfirmDeleteEbene from './ConfirmDeleteEbene'
import ContextMenu from './ContextMenu'
@@ -407,14 +406,8 @@ export default function EbenenManager({
disabled: ebenen.length <= 1 },
]
- const actionBtns = (
-
- )
-
return (
-
+ <>
{/* Ebenenkombinationen — Label + Dropdown + Save-As-Plus */}
Sichtbarkeit
-
+
+
+
+
)
})()}
-
+ >
)
}
diff --git a/src/components/GeschossManager.jsx b/src/components/GeschossManager.jsx
index a435b23..81a4f93 100644
--- a/src/components/GeschossManager.jsx
+++ b/src/components/GeschossManager.jsx
@@ -1,5 +1,4 @@
import { useState } from 'react'
-import Section from './Section'
import Icon from './Icon'
import GeschossDialog from './GeschossDialog'
import GeschossSettingsDialog from './GeschossSettingsDialog'
@@ -104,64 +103,63 @@ export default function GeschossManager({
onChange([...zeichnungsebenen, newZ])
}
- const actions = (
-
-
-
-
- )
-
const toggleVisible = (id) => {
onChange(zeichnungsebenen.map(z => z.id === id ? { ...z, visible: !(z.visible !== false) } : z))
}
return (
<>
-
-
-
Sichtbarkeit
-