diff options
author | bobzel <zzzman@gmail.com> | 2021-03-18 23:20:30 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-18 23:20:30 -0400 |
commit | e2bc768ebde4ff78cee6e2a892f6a37e1d7e6abb (patch) | |
tree | 12684b61cb6d8017428df5476d8f472f409d0e27 /src/client/documents/DocumentTypes.ts | |
parent | 95048247c59ae04b7c35db70e9888f7bc851a3dc (diff) |
renamed pdfanno to htmlAnchor
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 851e78336..8565784b4 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -18,7 +18,7 @@ export enum DocumentType { LABEL = "label", // simple text label BUTTON = "button", // onClick button WEBCAM = "webcam", // webcam - PDFANNO = "pdfanno", // pdf text selection (could be just a collection?) + HTMLANCHOR = "htmlanchor", // text selection anchor in PDF/Web DATE = "date", // calendar view of a date SCRIPTING = "script", // script editor EQUATION = "equation", // equation editor |