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
},
})