added the alerts to the bin details part of the bin page, also fixed bug in the new alert dialog

This commit is contained in:
csawatzky 2026-05-19 16:30:22 -06:00
parent f72aeb802f
commit 6ccc1ba263
6 changed files with 167 additions and 14 deletions

View file

@ -230,7 +230,7 @@ export default function OrbitCameraControls(props: Props) {
window.removeEventListener("mouseup", handleMouseUp);
canvas.removeEventListener("wheel", handleWheel);
};
}, [camera, gl, target, clampVerticalRotation, minPhi, maxPhi]);
}, [camera, gl, target, clampVerticalRotation, minPhi, maxPhi, initialRadius, maxRadius]);
return null;
}