aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-09-16 22:39:51 -0400
committerbobzel <zzzman@gmail.com>2020-09-16 22:39:51 -0400
commit77c23b7513a5c7609d8833a750988c32b35a43e4 (patch)
tree2c73c158181a1768e200bad4faeb6abd945cbe37 /src/client/documents/Documents.ts
parent7c628f44e72a7d0b4c40c561dca4101712540e87 (diff)
a bunch of changes to dragging/selection of ui buttons to turn off context menus, remove close buttons on doc decoartions, fix the title region fo tabs,
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 04c7a0f59..36834d2df 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -92,6 +92,7 @@ export interface DocumentOptions {
y?: number;
z?: number;
author?: string;
+ _hideContextMenu?: boolean; // whether the context menu can be shown
dropAction?: dropActionType;
childDropAction?: dropActionType;
targetDropAction?: dropActionType;