diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-12-15 20:11:58 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-12-15 20:11:58 -0500 |
commit | 55823d0cc300f5cdd90ee34013bfdee93b5709e6 (patch) | |
tree | 2196685a295b43f2c7416e36977c039406b64176 /src/client/documents/DocumentTypes.ts | |
parent | 2bb5667b10a8c402f8ec75c632ca3fdabe642419 (diff) |
added a DocumentBox as a contentfitting container for another document. added a menu item for showing selected document.
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index f6dd0c346..8f96b2fa6 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -25,5 +25,6 @@ export enum DocumentType { COLOR = "color", DOCULINK = "doculink", PDFANNO = "pdfanno", - INK = "ink" + INK = "ink", + DOCUMENT = "document" }
\ No newline at end of file |