File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ func (a EventActionArgs) Delta(value int) EventActionArgs {
61
61
return a .Set ("delta" , value )
62
62
}
63
63
64
- func (a EventActionArgs ) copyFormat (value string ) EventActionArgs {
64
+ func (a EventActionArgs ) CopyFormat (value string ) EventActionArgs {
65
65
return a .Set ("copyFormat" , value )
66
66
}
67
67
Original file line number Diff line number Diff line change @@ -276,7 +276,6 @@ func (q InputQuarter) Width(value string) InputQuarter {
276
276
277
277
// set sets a property value
278
278
func (q InputQuarter ) set (key string , value any ) InputQuarter {
279
- // This method should set the property `key` with the given `value` on the `QuarterControl` instance.
280
- // Assuming we have a way to store and manage these properties.
279
+ q [key ] = value
281
280
return q
282
281
}
You can’t perform that action at this time.
0 commit comments