This commit is contained in:
Josh Hawkins 2025-09-30 17:45:08 -05:00
parent 88ebb47dd8
commit 4acda4bf47

View File

@ -35,9 +35,9 @@ function Live() {
if (group) { if (group) {
setCameraGroup(cameraGroup); setCameraGroup(cameraGroup);
// return false so that url cleanup doesn't occur here // return false so that url cleanup doesn't occur here.
// will be cleaned up by usePersistedOverlayState in the // will be cleaned up by usePersistedOverlayState in the
// camera group selector s that the icon switches correctly // camera group selector so that the icon switches correctly
return false; return false;
} }