Skip to content

Commit

Permalink
fix-2476
Browse files Browse the repository at this point in the history
Signed-off-by: tommady <[email protected]>
  • Loading branch information
tommady committed Jan 26, 2025
1 parent 58b4e2c commit 43aa92e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popups/commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ impl CommitPopup {

self.hide();
self.queue.push(InternalEvent::Update(NeedsUpdate::ALL));
self.queue.push(InternalEvent::StatusLastFileMoved);
self.input.clear();
}

Expand Down

0 comments on commit 43aa92e

Please sign in to comment.