Skip to content

Commit 42254f7

Browse files
committed
fixup! fix: disable blame and history popup for untracked files
1 parent faa5099 commit 42254f7

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)