Skip to content

Commit

Permalink
Merge pull request #977 from rsteube/actionmultiparts-tag
Browse files Browse the repository at this point in the history
ToMultiParts: keep tag for previous segments
  • Loading branch information
rsteube committed Jan 8, 2024
2 parents 36543e4 + f2c3cf9 commit f8cc742
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 f8cc742

Please sign in to comment.