Schleifen anzeigen für alle 32 Module für alle 4 Racks
This commit is contained in:
@@ -391,6 +391,13 @@ function Kue705FO({
|
|||||||
console.log(`Modulname aktualisiert für Slot ${slotIndex}:`, modulName);
|
console.log(`Modulname aktualisiert für Slot ${slotIndex}:`, modulName);
|
||||||
}, [modulName, slotIndex]);
|
}, [modulName, slotIndex]);
|
||||||
//---------------------------------------------------
|
//---------------------------------------------------
|
||||||
|
// Aktualisiert den Schleifenwiderstand, wenn sich der `schleifenwiderstand`-Prop ändert
|
||||||
|
useEffect(() => {
|
||||||
|
if (activeButton === "Schleife") {
|
||||||
|
setLoopDisplayValue(schleifenwiderstand);
|
||||||
|
}
|
||||||
|
}, [schleifenwiderstand, activeButton]);
|
||||||
|
//---------------------------------------------------
|
||||||
return (
|
return (
|
||||||
<div className="relative bg-gray-300 w-[116px] h-[390px] border border-gray-400 scale-110 top-3">
|
<div className="relative bg-gray-300 w-[116px] h-[390px] border border-gray-400 scale-110 top-3">
|
||||||
{kueOnline === 1 ? (
|
{kueOnline === 1 ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user