mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 12:46:14 +00:00
fix: cursor actually need to take the renderer too
This commit is contained in:
@@ -164,7 +164,7 @@ func New(ctx *tea.Context) Model {
|
||||
PlaceholderStyle: r.NewStyle().Foreground(lipgloss.Color("240")),
|
||||
ShowSuggestions: false,
|
||||
CompletionStyle: r.NewStyle().Foreground(lipgloss.Color("240")),
|
||||
Cursor: cursor.New(),
|
||||
Cursor: cursor.New(ctx),
|
||||
KeyMap: DefaultKeyMap,
|
||||
|
||||
suggestions: [][]rune{},
|
||||
|
||||
Reference in New Issue
Block a user