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:
@ -178,6 +178,7 @@ func (self *StashController) handleStashDrop(stashEntries []*models.StashEntry)
|
||||
return err
|
||||
}
|
||||
}
|
||||
self.context().CollapseRangeSelectionToTop()
|
||||
return nil
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user