diff options
| author | bob <bcz@cs.brown.edu> | 2019-08-27 15:46:03 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-08-27 15:46:03 -0400 |
| commit | 34e0b1cf34474ec6765e212b6a35defefbfb49c9 (patch) | |
| tree | 40c43a94ef3f041ad5b33010d2fb40a36aba37fc /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 0341f6bb0d23e32ba2cb632fec3bf365ccd10047 (diff) | |
removed selectOnLoad prop. fixed textboxes from deselecting on carriage return.
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index dc0cbda0b..95f94875c 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -636,7 +636,6 @@ export class DockedFrameRenderer extends React.Component<DockedFrameProps> { PanelHeight={this.panelHeight} ScreenToLocalTransform={this.ScreenToLocalTransform} renderDepth={0} - selectOnLoad={false} parentActive={returnTrue} whenActiveChanged={emptyFunction} focus={emptyFunction} |
