mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
controller for viewing sub commits
This commit is contained in:
parent
cd31a762b9
commit
b93b8cc00a
20 changed files with 210 additions and 86 deletions
|
@ -20,11 +20,6 @@ func (self *ListContextTrait) GetList() types.IList {
|
|||
return self.list
|
||||
}
|
||||
|
||||
// TODO: remove
|
||||
func (self *ListContextTrait) GetPanelState() types.IListPanelState {
|
||||
return self.list
|
||||
}
|
||||
|
||||
func (self *ListContextTrait) GetViewTrait() types.IViewTrait {
|
||||
return self.viewTrait
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue