Skip to content

Commit

Permalink
open all tabs in the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuanianji committed Oct 11, 2023
1 parent 21c7fe3 commit 4dc9fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Route/Index.elm
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ init app _ =
in
( { code = defaultExample.code
, openExampleTabs = Set.fromList [ defaultExampleTab ]
, openTabs = Set.fromList [ "howto" ]
, openTabs = Set.fromList [ "whatis", "howto" ]
, currCodeExample = Updating defaultExample.id
, compiled = Idle
}
Expand Down

0 comments on commit 4dc9fda

Please sign in to comment.