mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-19 11:41:32 +03:00
Add some new lines for better many-mod support
This commit is contained in:
parent
c42a999910
commit
904c13be5c
@ -140,10 +140,10 @@ view state =
|
||||
\attrs ->
|
||||
[ { sectionName = "Balloon"
|
||||
, code =
|
||||
"Balloon.balloon [ "
|
||||
++ String.join ", " (List.map Tuple.first attrs)
|
||||
++ " ] "
|
||||
++ "(text \""
|
||||
"Balloon.balloon\n [ "
|
||||
++ String.join "\n , " (List.map Tuple.first attrs)
|
||||
++ "\n ] "
|
||||
++ "\n (text \""
|
||||
++ copy
|
||||
++ "\")"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user