From 7ef12c9115374ba46e9bcde3c45115a1dbde15cd Mon Sep 17 00:00:00 2001 From: Zac Rosenbauer Date: Wed, 7 Feb 2024 13:44:20 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BD=20commit:=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/Text.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/Text.ts b/src/lib/Text.ts index 45aacae..302b3c2 100644 --- a/src/lib/Text.ts +++ b/src/lib/Text.ts @@ -287,6 +287,7 @@ export class Text { public toJSON() { return this.nodes; } + /** * Convert the text to string representation, that can be used for rendering. *