Skip to content

Commit

Permalink
ToMultiParts: keep tag for previous segments
Browse files Browse the repository at this point in the history
This can still be problematic when multiple values have the same prefix,
but a different tag.
Should work for most cases though.
  • Loading branch information
rsteube committed Jan 8, 2024
1 parent 36543e4 commit f2c3cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invokedAction.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (a InvokedAction) ToMultiPartsA(dividers ...string) Action {
Display: d,
Description: "",
Style: "",
Tag: "",
Tag: val.Tag,
}
}
}
Expand Down

0 comments on commit f2c3cf9

Please sign in to comment.