diff options
author | bobzel <zzzman@gmail.com> | 2021-03-31 00:53:33 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-31 00:53:33 -0400 |
commit | a81ea10f34369f3e36a52badd3a472fa1742cb29 (patch) | |
tree | 19ae50c4e7379504f74e5f30dd9a446fb9a4e159 /src/client/views/nodes/DocumentView.tsx | |
parent | 3172a475102691c720b7e7d0b696814237855914 (diff) |
trying to cleanup control of displaying linkButtons in tree views.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 2154209c8..5bf5b6e90 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -119,6 +119,7 @@ export interface DocumentViewSharedProps { bringToFront: (doc: Doc, sendToBack?: boolean) => void; dropAction?: dropActionType; dontRegisterView?: boolean; + hideLinkButton?: boolean; ignoreAutoHeight?: boolean; cantBrush?: boolean; // whether the document doesn't show brush highlighting pointerEvents?: string; |