diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-06-28 16:49:03 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-06-28 16:49:03 -0400 |
commit | 6c0a63e0c82a4b579e64f3c7a8095ee632e6b631 (patch) | |
tree | 79f9a86eecd8a430e51ae8ac65571836a69ac5cb /src/client/views/nodes/KeyValueBox.tsx | |
parent | ca95473dca3b577bf05aed3c76ccf800fc670220 (diff) | |
parent | f745ee91930c2b559098c5c6d75d5108edca2f01 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/KeyValueBox.tsx')
-rw-r--r-- | src/client/views/nodes/KeyValueBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/KeyValueBox.tsx b/src/client/views/nodes/KeyValueBox.tsx index 0e798d291..eee4ec670 100644 --- a/src/client/views/nodes/KeyValueBox.tsx +++ b/src/client/views/nodes/KeyValueBox.tsx @@ -207,6 +207,7 @@ export class KeyValueBox extends React.Component<FieldViewProps> { } render() { + return null; let dividerDragger = this.splitPercentage === 0 ? (null) : <div className="keyValueBox-dividerDragger" style={{ transform: `translate(calc(${100 - this.splitPercentage}% - 5px), 0px)` }}> <div className="keyValueBox-dividerDraggerThumb" onPointerDown={this.onDividerDown} /> |