mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-01-18 21:36:27 +01:00
Update dimmer
This commit is contained in:
parent
8a79d3b9da
commit
915d05adb1
@ -58,7 +58,7 @@ export const FurnitureDimmerView: FC<{}> = props =>
|
|||||||
|
|
||||||
setDimmerState(prevValue =>
|
setDimmerState(prevValue =>
|
||||||
{
|
{
|
||||||
prevDimmerState = prevValue;
|
setLastDimmerState(prevValue);
|
||||||
|
|
||||||
return widgetEvent.state;
|
return widgetEvent.state;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user