1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

Collapse selection after deleting a range of stashes

This commit is contained in:
nileric
2025-06-24 18:31:34 +07:00
committed by Stefan Haller
parent 4b33efffbe
commit bc0cddf03d

View File

@ -178,6 +178,7 @@ func (self *StashController) handleStashDrop(stashEntries []*models.StashEntry)
return err
}
}
self.context().CollapseRangeSelectionToTop()
return nil
},
})