Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
4eb1a8224a
commit
e64fc61926
4
buf.yaml
Normal file
4
buf.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version: v2
|
||||
modules:
|
||||
- path: crates/hyperlog-protos/proto
|
||||
name: buf.build/noschemaplz/hyperlog
|
@ -392,7 +392,6 @@ impl<'a> StatefulWidget for GraphExplorer<'a> {
|
||||
|
||||
fn render(self, area: Rect, buf: &mut Buffer, state: &mut Self::State) {
|
||||
let Rect { height, .. } = area;
|
||||
let _height = height as usize;
|
||||
|
||||
if let Some(graph) = &state.graph {
|
||||
let movement_graph: MovementGraph =
|
||||
|
Loading…
Reference in New Issue
Block a user