diff options
author | bobzel <zzzman@gmail.com> | 2024-09-12 14:42:10 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-09-12 14:42:10 -0400 |
commit | bb1f4c62071987cc59461a8ce53522fa7a9036cc (patch) | |
tree | 8f00fdd68e292e6cadc95bada07d833100d9a375 /src/client/documents/Documents.ts | |
parent | 7deef9a2e4fb27521a16734f212092aaba0a11a6 (diff) |
changed closing of face rectangles to hide them. added Shift+click of tags button to show face rectangles.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index fbdf361dd..89356072a 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -273,6 +273,7 @@ export class DocumentOptions { _layout_showTitle?: string; // field name to display in header (:hover is an optional suffix) _layout_showSidebar?: BOOLt = new BoolInfo('whether an annotationsidebar should be displayed for text docuemnts'); _layout_showCaption?: string; // which field to display in the caption area. leave empty to have no caption + _layout_showTags?: BOOLt = new BoolInfo('whether to show the list of document tags at the bottom of a DocView'); _chromeHidden?: BOOLt = new BoolInfo('whether the editing chrome for a document is hidden'); hideClickBehaviors?: BOOLt = new BoolInfo('whether to hide click behaviors in context menu'); |