Skip to content

Commit

Permalink
fix paste (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrake committed Aug 21, 2023
1 parent 678f3f3 commit 965d3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/UI/NodeInputs.elm
Expand Up @@ -646,6 +646,6 @@ nodePasteButton :
-> Element msg
nodePasteButton o label typ value =
row [ spacing 10, paddingEach { top = 0, bottom = 0, right = 0, left = 75 } ]
[ UI.Button.clipboard <| o.onEditNodePoint [ Point typ "" o.now 0 value 0 ]
[ UI.Button.clipboard <| o.onEditNodePoint [ Point typ "0" o.now 0 value 0 ]
, label
]

0 comments on commit 965d3f0

Please sign in to comment.