mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
fix
This commit is contained in:
@@ -38,7 +38,7 @@ export default function RoverDescriptionOverlay({
|
||||
setLargeFading(false);
|
||||
baselineIntentRef.current = Number(controlIntentAt) || 0;
|
||||
return undefined;
|
||||
}, [controlIntentAt, description, displayKey, variant]);
|
||||
}, [description, displayKey, variant]);
|
||||
|
||||
useEffect(() => {
|
||||
if (variant !== 'default' || !description || !largeVisible || largeFading) return;
|
||||
|
||||
Reference in New Issue
Block a user