about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--website/sandbox/learnpianochords/src/State.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/sandbox/learnpianochords/src/State.elm b/website/sandbox/learnpianochords/src/State.elm
index cce3c34eb38e..5f6a02a92085 100644
--- a/website/sandbox/learnpianochords/src/State.elm
+++ b/website/sandbox/learnpianochords/src/State.elm
@@ -234,6 +234,7 @@ update msg model =
                 | whitelistedKeys = keys
                 , whitelistedChords =
                     keys |> List.concatMap Theory.chordsForKey
+                , selectedChord = Nothing
               }
             , Cmd.none
             )