diff options
author | bobzel <zzzman@gmail.com> | 2020-11-13 13:50:21 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-11-13 13:50:21 -0500 |
commit | 6286ec5286caa483e1ffed9bf2bae942f353e8f4 (patch) | |
tree | 7e1baa7d1df87d9aa2afdeeb749fd3848fbf4e51 /src/client/views/nodes/FieldView.tsx | |
parent | a3982ccd39f1887057aee3ed26b2afe8f1bd793c (diff) |
fixed treeView to be able to access active() on contained document in order to keep slide sidebar active when sidebar documents are selected. fixed ContetntFittingDocumentView to show fitToBox correctly and more simplhy
Diffstat (limited to 'src/client/views/nodes/FieldView.tsx')
-rw-r--r-- | src/client/views/nodes/FieldView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FieldView.tsx b/src/client/views/nodes/FieldView.tsx index 79947c023..d7ff051cf 100644 --- a/src/client/views/nodes/FieldView.tsx +++ b/src/client/views/nodes/FieldView.tsx @@ -26,6 +26,7 @@ export interface FieldViewProps { Document: Doc; DataDoc?: Doc; LibraryPath: Doc[]; + contentsActive?: (setActive: () => boolean) => void; onClick?: () => ScriptField; dropAction: dropActionType; backgroundHalo?: () => boolean; |