diff options
author | bob <bcz@cs.brown.edu> | 2019-08-19 15:55:36 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-08-19 15:55:36 -0400 |
commit | 0e4729a8d634c67a3575761784b840a28694ba7a (patch) | |
tree | 7a5e686bb1e0ad311bc5572f052a145917f032e1 /src/client/views/nodes/KeyValuePair.tsx | |
parent | 697ee484fc9d5db6cf61397451869b563e97206e (diff) |
fixed treeview dragging. got rid of extra stuff from presentationview
Diffstat (limited to 'src/client/views/nodes/KeyValuePair.tsx')
-rw-r--r-- | src/client/views/nodes/KeyValuePair.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/KeyValuePair.tsx b/src/client/views/nodes/KeyValuePair.tsx index 534a42efc..8001b24a7 100644 --- a/src/client/views/nodes/KeyValuePair.tsx +++ b/src/client/views/nodes/KeyValuePair.tsx @@ -68,6 +68,7 @@ export class KeyValuePair extends React.Component<KeyValuePairProps> { PanelWidth: returnZero, PanelHeight: returnZero, addDocTab: returnZero, + pinToPres: returnZero, ContentScaling: returnOne }; let contents = <FieldView {...props} />; |