diff options
author | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-19 11:57:22 -0700 |
---|---|---|
committer | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-19 11:57:22 -0700 |
commit | 53dfd5f380d8c75fedc967577fb16310d08cefea (patch) | |
tree | 93382cfe25256dd3994727646385b3b407f20307 /src/fields/Doc.ts | |
parent | d5c261f306a45fda46e948b9db001874a2d9a0ae (diff) |
map as node
Diffstat (limited to 'src/fields/Doc.ts')
-rw-r--r-- | src/fields/Doc.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/Doc.ts b/src/fields/Doc.ts index bd0ba3ad7..63d491b07 100644 --- a/src/fields/Doc.ts +++ b/src/fields/Doc.ts @@ -1177,6 +1177,7 @@ export namespace Doc { case DocumentType.INK: return "pen-nib"; case DocumentType.PDF: return "file-pdf"; case DocumentType.LINK: return "link"; + case DocumentType.MAP: return "map-marker-alt" default: return "question"; } } |