Skip to content

Commit

Permalink
Bug fix #28 - select with add panics (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjdsh authored and ҈҈҈Luiz Branco committed Nov 30, 2017
1 parent ffe73ca commit 66359b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions select.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ func (sa *SelectWithAdd) Run() (int, string, error) {
Size: 5,
list: list,
}
s.setKeys()

err = s.prepareTemplates()
if err != nil {
Expand Down

0 comments on commit 66359b6

Please sign in to comment.