Skip to content

Commit

Permalink
Save tissuebox when pressing *
Browse files Browse the repository at this point in the history
  • Loading branch information
evie-calico committed Sep 17, 2024
1 parent 958d14b commit 48ee998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ fn input(mode: Mode, code: KeyCode, index: &mut usize, tissue_box: &mut TissueBo
} else {
tissue_box.starred = Some(*index);
}
Mode::Normal.into()
InputResult::Changed
}
_ => Mode::Normal.into(),
},
Expand Down

0 comments on commit 48ee998

Please sign in to comment.