mirror of https://github.com/anoshenko/rui.git
Fixed issue while converting change-listeners property value to a string
This commit is contained in:
parent
942d7c45d3
commit
cccbb75219
|
@ -956,9 +956,9 @@ func propertyValueToString(tag PropertyName, value any, indent string) string {
|
||||||
writeString(buffer, text)
|
writeString(buffer, text)
|
||||||
buffer.WriteString(",\n")
|
buffer.WriteString(",\n")
|
||||||
}
|
}
|
||||||
buffer.WriteString(indent)
|
|
||||||
buffer.WriteRune('}')
|
|
||||||
}
|
}
|
||||||
|
buffer.WriteString(indent)
|
||||||
|
buffer.WriteRune('}')
|
||||||
return buffer.String()
|
return buffer.String()
|
||||||
|
|
||||||
case []popupButton:
|
case []popupButton:
|
||||||
|
|
Loading…
Reference in New Issue