[ci-base] fix again
This commit is contained in:
parent
22b65daade
commit
1c67286f85
1 changed files with 1 additions and 1 deletions
|
|
@ -1479,7 +1479,7 @@ func (g *Graph) Texts() []*d2target.MText {
|
||||||
if capsLock {
|
if capsLock {
|
||||||
text.Text = strings.ToUpper(text.Text)
|
text.Text = strings.ToUpper(text.Text)
|
||||||
}
|
}
|
||||||
texts = appendTextDedup(texts, edge.Text())
|
texts = appendTextDedup(texts, text)
|
||||||
}
|
}
|
||||||
if edge.SrcArrowhead != nil && edge.SrcArrowhead.Label.Value != "" {
|
if edge.SrcArrowhead != nil && edge.SrcArrowhead.Label.Value != "" {
|
||||||
t := edge.Text()
|
t := edge.Text()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue