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