Skip to content

Commit 2634d40

Browse files
committed
fixup! fix: disable blame and history popup for untracked files
1 parent 8b4d5b7 commit 2634d40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/status_tree.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ impl Component for StatusTreeComponent {
452452
CommandBlocking::PassingOn
453453
}
454454

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

0 commit comments

Comments
 (0)