mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
refactor: cleanup code
This commit is contained in:
@@ -198,7 +198,6 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
||||
case key.Matches(msg, m.keys.groupSelect):
|
||||
// TODO: Look into how to select multiple groups
|
||||
sub_model = newModel()
|
||||
//group := Entry_GR()
|
||||
return m, tea.ClearScreen
|
||||
|
||||
case key.Matches(msg, m.keys.tempAdd):
|
||||
|
||||
Reference in New Issue
Block a user