mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Collapse selection after deleting a range of stashes
This commit is contained in:
parent
4b33efffbe
commit
bc0cddf03d
|
|
@ -178,6 +178,7 @@ func (self *StashController) handleStashDrop(stashEntries []*models.StashEntry)
|
|||
return err
|
||||
}
|
||||
}
|
||||
self.context().CollapseRangeSelectionToTop()
|
||||
return nil
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue