Skip to content
Snippets Groups Projects
Commit 270c9521 authored by Damian Romano Haj-Houssin's avatar Damian Romano Haj-Houssin
Browse files
parents 3ff21804 a63c43e4
No related branches found
No related tags found
No related merge requests found
Pipeline #24411 passed
...@@ -460,7 +460,7 @@ updateGraphWithList = ...@@ -460,7 +460,7 @@ updateGraphWithList =
calculateModel : List Entry -> Local.Model -> Cmd Local.Msg calculateModel : List Entry -> Local.Model -> Cmd Local.Msg
calculateModel data local = 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 ) 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