Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheodoreEhrenborg committed Jun 15, 2024
1 parent 4bd87bd commit f4a322d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ update msg model =
newKoala =
{ koala | x = onScreen (koala.x + getShift whichKey) }
in
-- This isn't enough---they have to click in order for it to go
( ActiveModel { act_model | koala = newKoala }, Cmd.none )


Expand Down

0 comments on commit f4a322d

Please sign in to comment.