handling lights

This commit is contained in:
wass08
2026-03-06 13:08:23 +01:00
parent e2de931aa7
commit 8f65daa853
3 changed files with 88 additions and 8 deletions
@@ -141,6 +141,7 @@ const ControlWidget = ({
step={control.step}
value={value as number}
onChange={(e) => onChange(Number(e.target.value))}
onPointerDown={(e) => e.stopPropagation()}
/>
</label>
)
@@ -159,6 +160,7 @@ const ControlWidget = ({
step={1}
value={value as number}
onChange={(e) => onChange(Number(e.target.value))}
onPointerDown={(e) => e.stopPropagation()}
/>
</label>
)