Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97d5e5b

Browse files
committedJan 22, 2025·
fixup! fix: disable blame and history popup for untracked files
1 parent 691c815 commit 97d5e5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/components/status_tree.rs

+1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ impl Component for StatusTreeComponent {
451451
CommandBlocking::PassingOn
452452
}
453453

454+
#[expect(clippy::cognitive_complexity)]
454455
fn event(&mut self, ev: &Event) -> Result<EventState> {
455456
if self.focused {
456457
if let Event::Key(e) = ev {

0 commit comments

Comments
 (0)
Please sign in to comment.