Skip to content

Commit

Permalink
Update model_text_area.go
Browse files Browse the repository at this point in the history
  • Loading branch information
BOTbkcd authored Aug 5, 2023
1 parent a21a51b commit f3de55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/model_text_area.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
tea "github.com/charmbracelet/bubbletea"
)

// textinput.Model doesn't implement tea.Model interface
// textarea.Model doesn't implement tea.Model interface
type textArea struct {
input textarea.Model
}
Expand Down

0 comments on commit f3de55d

Please sign in to comment.