From f2c3cf9c66dbb4fea111a8a5c7e3d0fc29427f9a Mon Sep 17 00:00:00 2001 From: rsteube Date: Mon, 8 Jan 2024 19:43:17 +0100 Subject: [PATCH] ToMultiParts: keep tag for previous segments This can still be problematic when multiple values have the same prefix, but a different tag. Should work for most cases though. --- invokedAction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokedAction.go b/invokedAction.go index e90665e6e..e99c6e634 100644 --- a/invokedAction.go +++ b/invokedAction.go @@ -120,7 +120,7 @@ func (a InvokedAction) ToMultiPartsA(dividers ...string) Action { Display: d, Description: "", Style: "", - Tag: "", + Tag: val.Tag, } } }