This commit is contained in:
Yang Zhang 2025-10-26 11:00:38 -07:00 committed by GitHub
commit 5954589f5c
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
}
UI :: proc{UI_WithId, UI_AutoId};
UI :: proc{UI_WithId, UI_AutoId}
Text :: proc($text: string, config: ^TextElementConfig) {
wrapped := MakeString(text)