mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-10 06:18:03 -05:00
fix: unable to select anything other than the first entry
This commit is contained in:
@@ -29,7 +29,7 @@ type CenteredWidget interface {
|
||||
}
|
||||
|
||||
func (m *Main) AddCenteredWidget(t CenteredWidget) {
|
||||
p := *(t.Primitive())
|
||||
p := (t.Primitive())
|
||||
closec := make(chan bool)
|
||||
currentTime := time.Now().String()
|
||||
sHandler := t.SelectionHandler()
|
||||
|
||||
Reference in New Issue
Block a user