refactor
This commit is contained in:
parent
3de958deb6
commit
558f0d5cc7
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ func (diagram Diagram) BoundingBox() (topLeft, bottomRight Point) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (diagram Diagram) GetNestedUniqueChars() string {
|
func (diagram Diagram) GetNestedUniqueChars() string {
|
||||||
var texts = diagram.GetUniqueChars()
|
texts := diagram.GetUniqueChars()
|
||||||
for _, d := range diagram.Layers {
|
for _, d := range diagram.Layers {
|
||||||
texts = texts + d.GetNestedUniqueChars()
|
texts = texts + d.GetNestedUniqueChars()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue