Skip to content

Commit

Permalink
Start with collapsed view
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Dec 12, 2024
1 parent 3d1736b commit 8d04360
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions experiments/2024-12-09/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ use crate::{
};

pub fn run(shape: Shape) -> anyhow::Result<()> {
let mut view = OperationView::new(HandleAny::new(shape));
view.select_last();
let view = OperationView::new(HandleAny::new(shape));

let event_loop = EventLoop::new()?;

Expand Down

0 comments on commit 8d04360

Please sign in to comment.