diff options
author | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-07-08 12:52:54 -0400 |
---|---|---|
committer | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-07-08 12:52:54 -0400 |
commit | 5d0dd1de740a8e1fa589ebf7dc7a9f7df0db63b9 (patch) | |
tree | 1f037eb004139bfe672beaf9d81343c914758b61 /src/client/documents/Documents.ts | |
parent | d509f24d29290cfc67d58a7a34c056ac1b163844 (diff) |
switched to iink-ts not functional
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index a67e6b4f6..c2e201f52 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -767,7 +767,7 @@ export namespace Docs { export function ComparisonDocument(text: string, options: DocumentOptions = { title: 'Comparison Box' }) { return InstanceFromProto(Prototypes.get(DocumentType.COMPARISON), text, options); } - export function DiagramDocument(options: DocumentOptions = { title: 'bruh box' }) { + export function DiagramDocument(options: DocumentOptions = { title: '' }) { return InstanceFromProto(Prototypes.get(DocumentType.DIAGRAM), undefined, options); } |