mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
fix
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
||||||
<title>Roomba Rover</title>
|
<title>Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-DHSB5kNG.js"></script>
|
<script type="module" crossorigin src="/assets/index-DGNxKAq1.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-BzPO2VIl.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-BzPO2VIl.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ export default function RoverDescriptionOverlay({
|
|||||||
setLargeFading(false);
|
setLargeFading(false);
|
||||||
baselineIntentRef.current = Number(controlIntentAt) || 0;
|
baselineIntentRef.current = Number(controlIntentAt) || 0;
|
||||||
return undefined;
|
return undefined;
|
||||||
}, [controlIntentAt, description, displayKey, variant]);
|
}, [description, displayKey, variant]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (variant !== 'default' || !description || !largeVisible || largeFading) return;
|
if (variant !== 'default' || !description || !largeVisible || largeFading) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user