Skip to content

Commit bc0cddf

Browse files
nilericstefanhaller
authored andcommitted
Collapse selection after deleting a range of stashes
1 parent 4b33eff commit bc0cddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/gui/controllers/stash_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ func (self *StashController) handleStashDrop(stashEntries []*models.StashEntry)
178178
return err
179179
}
180180
}
181+
self.context().CollapseRangeSelectionToTop()
181182
return nil
182183
},
183184
})

0 commit comments

Comments
 (0)