Update src/ui/RepoView.cpp

Co-authored-by: Ryan Jensen <jensenr30@gmail.com>
This commit is contained in:
siforrer 2024-03-28 18:20:00 +01:00 committed by Martin Marmsoler
parent 1cb74d17e1
commit 744dc13551

View File

@ -2143,6 +2143,7 @@ void RepoView::popStash(int index) {
}
// switch back to head
selectReference(mRepo.head());
selectFirstCommit();
}
void RepoView::promptToAddTag(const git::Commit &commit) {