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:
parent
f72aeb802f
commit
6ccc1ba263
6 changed files with 167 additions and 14 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue