From 1647375e2cea5cc0a314f124ad75b6a86c4f5ef0 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 4 Oct 2024 17:53:04 -0400 Subject: [PATCH] Add support for new text GUID (#218) --- ts/util.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/util.ts b/ts/util.ts index a2d87ae..9356208 100644 --- a/ts/util.ts +++ b/ts/util.ts @@ -54,6 +54,7 @@ export function textToString(value: GvasText): GvasString { // ArgumentFormat switch (value.guid) { case RRO_TEXT_GUID: + case '1428110346E6AD292230C4AA503E3FE9': case '69981E2B47B2AABC01CE39842FB03A96': break; default: