@ -87,8 +87,7 @@ func (g gol) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
case "ctrl+c", "q":
return g, tea.Quit
case " ":
g.Life()
return g, nil
return g.Life(), nil
}
The note is not visible to the blocked user.