Skip to content

Commit

Permalink
no name on beads
Browse files Browse the repository at this point in the history
  • Loading branch information
cbossut committed Mar 6, 2020
1 parent eb9bc43 commit 040bc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Wheel.elm
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ insideCollarView collar mayWheelInter parentUid =
( view b.wheel
(vec2 (p + b.length / 2) 0)
b.length
defaultStyle
{ defaultStyle | named = False }
(Maybe.map (\( inter, l ) -> ( inter, l ++ [ i ] )) mayWheelInter)
Nothing
(Content.beadUIDExtension parentUid i)
Expand Down

0 comments on commit 040bc1f

Please sign in to comment.