consider whether the view has focus when rendering the contents of a view
This commit is contained in:
@@ -12,7 +12,7 @@ type option struct {
|
||||
}
|
||||
|
||||
// GetDisplayStrings is a function.
|
||||
func (r *option) GetDisplayStrings() []string {
|
||||
func (r *option) GetDisplayStrings(isFocused bool) []string {
|
||||
return []string{r.value}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user