Skip to content

Commit

Permalink
Add support for new text GUID (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottanderson authored Oct 4, 2024
1 parent 6f71e9f commit 1647375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export function textToString(value: GvasText): GvasString {
// ArgumentFormat
switch (value.guid) {
case RRO_TEXT_GUID:
case '1428110346E6AD292230C4AA503E3FE9':
case '69981E2B47B2AABC01CE39842FB03A96':
break;
default:
Expand Down

0 comments on commit 1647375

Please sign in to comment.