This commit is contained in:
Yang Zhang 2025-10-20 06:50:27 +00:00 committed by GitHub
commit 4ab05cb78a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -437,7 +437,7 @@ UI_AutoId :: proc() -> proc (config: ElementDeclaration) -> bool {
return ConfigureOpenElement return ConfigureOpenElement
} }
UI :: proc{UI_WithId, UI_AutoId}; UI :: proc{UI_WithId, UI_AutoId}
Text :: proc($text: string, config: ^TextElementConfig) { Text :: proc($text: string, config: ^TextElementConfig) {
wrapped := MakeString(text) wrapped := MakeString(text)