Skip to content

Commit

Permalink
update init (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Aug 6, 2023
1 parent 75e3994 commit b3ff07e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/init.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package ui

import (
"github.com/charmbracelet/bubbles/textarea"
tea "github.com/charmbracelet/bubbletea"
)

func (m *Model) Init() tea.Cmd {
return textarea.Blink
return m.loadConfig
}

0 comments on commit b3ff07e

Please sign in to comment.