diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-18 12:03:14 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-18 12:03:14 -0400 |
| commit | f4fcf306e2579b7479610899a01c06fb157d47de (patch) | |
| tree | 5cc77c5a134c08b42e0dbd571ff3b53c5b621b4f /src/client/views/nodes/KeyValuePair.tsx | |
| parent | 4f0086f6ea948c1c5254db2acc93f6735987daa5 (diff) | |
fixed goldenlayout nesting
Diffstat (limited to 'src/client/views/nodes/KeyValuePair.tsx')
| -rw-r--r-- | src/client/views/nodes/KeyValuePair.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/KeyValuePair.tsx b/src/client/views/nodes/KeyValuePair.tsx index e8bc17532..dd1bca7f6 100644 --- a/src/client/views/nodes/KeyValuePair.tsx +++ b/src/client/views/nodes/KeyValuePair.tsx @@ -40,7 +40,7 @@ export class KeyValuePair extends React.Component<KeyValuePairProps> { focus: emptyFunction, PanelWidth: returnZero, PanelHeight: returnZero, - addDocTab: emptyFunction + addDocTab: returnZero, }; let contents = <FieldView {...props} />; let fieldKey = Object.keys(props.Document).indexOf(props.fieldKey) !== -1 ? props.fieldKey : "(" + props.fieldKey + ")"; |
