We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ece58 commit 6603b3cCopy full SHA for 6603b3c
config/element_choice.go
@@ -12,6 +12,6 @@ func (c *Choice) Clone() *Choice {
12
Option: make([]string, len(c.Option)),
13
Checked: c.Checked,
14
}
15
- copy(r.Option, r.Option)
+ copy(r.Option, c.Option)
16
return r
17
0 commit comments