From cf26834c717043685866b47eb95bcd8d1299a78b Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 22 Mar 2015 17:20:03 +0100 Subject: If no edition is given and the enter key is pressed, exit the edition mode --- design/design.css | 1 + src/Update/Update.elm | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/design/design.css b/design/design.css index db19feb..7d9cd39 100644 --- a/design/design.css +++ b/design/design.css @@ -119,6 +119,7 @@ .timer > .time { width: 200px; + letter-spacing: 2px; cursor: text; position: relative; border-radius: 0px; diff --git a/src/Update/Update.elm b/src/Update/Update.elm index a556e36..2f4d7a4 100644 --- a/src/Update/Update.elm +++ b/src/Update/Update.elm @@ -107,7 +107,9 @@ validEdition model = Just edition -> if isEmpty edition then - model + { model + | edition <- Nothing + } else let timerAction = case edition.kind of -- cgit v1.2.3