Skip to content
Snippets Groups Projects
Commit 838ab5a3 authored by Aamon Paul Hoffmann's avatar Aamon Paul Hoffmann
Browse files

increase delay time

parent 862da1b0
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,7 @@ updateGraphWithList =
calculateModel : List Entry -> Local.Model -> Cmd Local.Msg
calculateModel data local =
Task.perform Local.RecalcEnd (Process.sleep 10 |> Task.andThen (\_ -> Process.sleep 0) |> Task.andThen (\_ -> postInit data local))
Task.perform Local.RecalcEnd (Process.sleep 50 |> Task.andThen (\_ -> Process.sleep 0) |> Task.andThen (\_ -> postInit data local))
update : Local.Msg -> Global -> Local.Model -> ( Global, Local.Model, Cmd Msg )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment