mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
DSV: speed
This commit is contained in:
@@ -103,7 +103,7 @@ export function DataStreamViz(props: { height: number, speed?: number }) {
|
||||
// opacity: useSpecialColor ? 1 : shapeOpacity.min + Math.random() * (shapeOpacity.max - shapeOpacity.min),
|
||||
entryProgress: 0,
|
||||
});
|
||||
}, []);
|
||||
}, [props.speed]);
|
||||
|
||||
|
||||
const drawGrid = React.useCallback((ctx: CanvasRenderingContext2D, width: number, height: number) => {
|
||||
|
||||
Reference in New Issue
Block a user